From c1fce502f77105b52e53c142ebe1cb9f2b3dabf3 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Fri, 26 Jan 2024 17:13:39 -0500 Subject: [PATCH] Fix checkbox background in dark mode. Signed-off-by: Adam Treat --- gpt4all-chat/qml/MyCheckBox.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {