mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-02 09:06:03 +00:00
Change to a color that exists.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -522,7 +522,7 @@ QtObject {
|
||||
property color userColor: {
|
||||
switch (MySettings.chatTheme) {
|
||||
case "LegacyDark":
|
||||
return blue700;
|
||||
return blue800;
|
||||
case "Dark":
|
||||
return green700;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user