Fix checkbox background in dark mode.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat 2024-01-26 17:13:39 -05:00 committed by AT
parent 363f6659e4
commit c1fce502f7

View File

@ -16,7 +16,7 @@ CheckBox {
x: myCheckBox.leftPadding
y: parent.height / 2 - height / 2
border.color: theme.gray200
color: theme.white
color: theme.containerBackground
radius: 3
Rectangle {