From 722bac63123f5be3e72bdc610bbed779c627134b Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Fri, 23 Jul 2021 12:50:49 +0200 Subject: [PATCH] Move message icon theme entries close to the rest CURA-7278 --- resources/themes/cura-light/theme.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 6b06687e4b..011f32466e 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -363,6 +363,12 @@ "message_close_hover": [8, 7, 63, 255], "message_progressbar_background": [245, 245, 245, 255], "message_progressbar_control": [50, 130, 255, 255], + "message_success_icon_background": [36, 162, 73, 255], + "message_success_icon": [255, 255, 255, 255], + "message_warning_icon_background": [253, 209, 58, 255], + "message_warning_icon": [0, 0, 0, 255], + "message_error_icon_background": [218, 30, 40, 255], + "message_error_icon": [255, 255, 255, 255], "tool_panel_background": [255, 255, 255, 255], @@ -467,15 +473,7 @@ "monitor_carousel_dot_current": [119, 119, 119, 255], "cloud_unavailable": [153, 153, 153, 255], - "connection_badge_background": [255, 255, 255, 255], - - - "message_success_background": [36, 162, 73, 255], - "message_success_icon": [255, 255, 255, 255], - "message_warning_background": [253, 209, 58, 255], - "message_warning_icon": [0, 0, 0, 255], - "message_error_background": [218, 30, 40, 255], - "message_error_icon": [255, 255, 255, 255] + "connection_badge_background": [255, 255, 255, 255] }, "sizes": {