diff --git a/gpt4all-chat/qml/MyCheckBox.qml b/gpt4all-chat/qml/MyCheckBox.qml index 5f119dc7..90dd5d9e 100644 --- a/gpt4all-chat/qml/MyCheckBox.qml +++ b/gpt4all-chat/qml/MyCheckBox.qml @@ -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 {