Change to a color that exists.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat 2024-01-29 13:06:47 -05:00
parent 3556f63a29
commit cfa22ab1c4

View File

@ -522,7 +522,7 @@ QtObject {
property color userColor: {
switch (MySettings.chatTheme) {
case "LegacyDark":
return blue700;
return blue800;
case "Dark":
return green700;
default: