Skip to content

Commit 4734089

Browse files
committed
System feedback tiny adjustment
Small change on Red hues (both themes) and Warning (dark theme only).
1 parent d052cee commit 4734089

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

newIDE/app/src/UI/Theme/DefaultDarkTheme/theme.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,10 +793,10 @@
793793
},
794794
"error": {
795795
"color": {
796-
"value": "#FF8569"
796+
"value": "#FE6C46"
797797
},
798798
"background-color": {
799-
"value": "#FF8569"
799+
"value": "#FE6C46"
800800
}
801801
},
802802
"warning": {

newIDE/app/src/UI/Theme/DefaultLightTheme/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@
791791
},
792792
"error": {
793793
"color": {
794-
"value": "#F03F18"
794+
"value": "#C92906"
795795
},
796796
"background-color": {
797797
"value": "#F03F18"

0 commit comments

Comments
 (0)