Add theme color for sync state icon

CURA-7418
This commit is contained in:
Kostas Karmas 2020-06-16 14:41:23 +02:00
parent 2b517a03cc
commit 78bd5520bd
3 changed files with 4 additions and 1 deletions

View file

@ -55,7 +55,7 @@ Row // Sync state icon + message
height: width
source: Cura.API.account.manualSyncEnabled ? UM.Theme.getIcon("update") : UM.Theme.getIcon("checked")
color: palette.text
color: UM.Theme.getColor("account_sync_state_icon")
RotationAnimator
{