Skip to content

Commit

Permalink
Change to a color that exists.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Treat <[email protected]>
  • Loading branch information
manyoso committed Jan 29, 2024
1 parent 3556f63 commit cfa22ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4all-chat/qml/Theme.qml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ QtObject {
property color userColor: {
switch (MySettings.chatTheme) {
case "LegacyDark":
return blue700;
return blue800;
case "Dark":
return green700;
default:
Expand Down

0 comments on commit cfa22ab

Please sign in to comment.