mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Fix checkbox background in dark mode.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
363f6659e4
commit
c1fce502f7
@ -16,7 +16,7 @@ CheckBox {
|
|||||||
x: myCheckBox.leftPadding
|
x: myCheckBox.leftPadding
|
||||||
y: parent.height / 2 - height / 2
|
y: parent.height / 2 - height / 2
|
||||||
border.color: theme.gray200
|
border.color: theme.gray200
|
||||||
color: theme.white
|
color: theme.containerBackground
|
||||||
radius: 3
|
radius: 3
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
Loading…
Reference in New Issue
Block a user