From 60e38402fb72072d11fb48ca84b99ee0ff69ebf8 Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Tue, 16 Jun 2020 14:50:06 +0200 Subject: [PATCH] Remove system palette The SystemPalette was not properly reflecting the text color in the dark theme (the icon remained black). For that reason, the palette is removed and color for the icon have been added in the themes. CURA-7418 --- resources/qml/Account/SyncState.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/qml/Account/SyncState.qml b/resources/qml/Account/SyncState.qml index 14198c1c4a..cd8f29b364 100644 --- a/resources/qml/Account/SyncState.qml +++ b/resources/qml/Account/SyncState.qml @@ -43,11 +43,6 @@ Row // Sync state icon + message } ] - SystemPalette - { - id: palette - } - UM.RecolorImage { id: icon