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