From ced0379e54409099f4dc5bb5c2685b9f2f0d2887 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Wed, 31 May 2023 20:31:59 -0400 Subject: [PATCH] Use the proper text color for sending messages. --- gpt4all-chat/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-chat/main.qml b/gpt4all-chat/main.qml index d5a1ba5d..7191abea 100644 --- a/gpt4all-chat/main.qml +++ b/gpt4all-chat/main.qml @@ -875,7 +875,7 @@ Window { visible: !currentChat.isServer TextArea { id: textInput - color: theme.textAccent + color: theme.textColor topPadding: 30 bottomPadding: 30 leftPadding: 20