mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-08 07:10:32 +00: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
|
||||
y: parent.height / 2 - height / 2
|
||||
border.color: theme.gray200
|
||||
color: theme.white
|
||||
color: theme.containerBackground
|
||||
radius: 3
|
||||
|
||||
Rectangle {
|
||||
|
Loading…
Reference in New Issue
Block a user