Fix error color

CURA-7278
This commit is contained in:
Konstantinos Karmas 2021-07-26 10:00:16 +02:00
parent 588916e740
commit 66fb6723de

View File

@ -239,7 +239,7 @@
"text_scene": [102, 102, 102, 255],
"text_scene_hover": [123, 123, 113, 255],
"error": [255, 140, 0, 255],
"error": [218, 30, 40, 255],
"warning": [245, 166, 35, 255],
"success": [36, 162, 73, 255],
"disabled": [229, 229, 229, 255],