From 806905f747bef0e15568d609489c706e7ad4c7ca Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 11 Jul 2023 15:27:26 -0400 Subject: [PATCH] Explicitly set the color in MyTextField. --- gpt4all-chat/qml/MyTextField.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/gpt4all-chat/qml/MyTextField.qml b/gpt4all-chat/qml/MyTextField.qml index 730d8021..251aaf09 100644 --- a/gpt4all-chat/qml/MyTextField.qml +++ b/gpt4all-chat/qml/MyTextField.qml @@ -11,4 +11,5 @@ TextField { color: theme.backgroundDark radius: 10 } + color: theme.textColor } \ No newline at end of file