mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Add theme color for sync state icon
CURA-7418
This commit is contained in:
parent
2b517a03cc
commit
78bd5520bd
3 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue