Add new colour for background of the printer connectivity badge

This should be different from the background colour in case of the dark theme. The design asks for a white background for the badge in the dark theme.

Contributes to issue CURA-8247.
This commit is contained in:
Ghostkeeper 2021-07-05 15:19:15 +02:00
parent fa4c69cb2b
commit f9fcbf2492
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 3 additions and 2 deletions

View file

@ -150,7 +150,7 @@ Cura.ExpandablePopup
width: parent.width + 2 * UM.Theme.getSize("default_lining").width
height: parent.height + 2 * UM.Theme.getSize("default_lining").height
radius: Math.round(width / 2)
color: UM.Theme.getColor("main_background")
color: UM.Theme.getColor("connection_badge_background")
z: parent.z - 1
}

View file

@ -445,7 +445,8 @@
"monitor_carousel_dot": [216, 216, 216, 255],
"monitor_carousel_dot_current": [119, 119, 119, 255],
"cloud_unavailable": [153, 153, 153, 255]
"cloud_unavailable": [153, 153, 153, 255],
"connection_badge_background": [255, 255, 255, 255]
},
"sizes": {