Add a few missing palette colors

This commit is contained in:
Nicolas Werner 2020-04-08 23:08:43 +02:00
parent 31a5972f2a
commit 6794b6472d
5 changed files with 24 additions and 54 deletions

View file

@ -8,7 +8,7 @@ import im.nheko 1.0
Rectangle {
id: bg
radius: 10
color: colors.base
color: colors.dark
height: content.height + 24
width: parent ? parent.width : undefined