From 66fb6723dec2890083a16854f97d126f9a0f45d2 Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Mon, 26 Jul 2021 10:00:16 +0200 Subject: [PATCH] Fix error color CURA-7278 --- resources/themes/cura-light/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 3e15d2ccea..cdc56cb242 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -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],