Skip to content

Commit 3072bd9

Browse files
authored
Merge pull request #1019 from Durbatuluk1701/warning_message_color_change
Set light and contrast theme colors for warning messages to amber
2 parents c7a0bd3 + 5196792 commit 3072bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,8 @@
861861
"description": "Color of warning messages.",
862862
"defaults": {
863863
"dark": "#ffff00",
864-
"light": "#ffff00",
865-
"highContrast": "#ffff00"
864+
"light": "#ff6f00",
865+
"highContrast": "#ff6f00"
866866
}
867867
},
868868
{

0 commit comments

Comments
 (0)