Browse Source

Fix intent display in darkmode

c.lamboo 1 year ago
parent
commit
efe43325ae

+ 1 - 0
resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelectorButton.qml

@@ -84,6 +84,7 @@ Rectangle
                 visible: icon === "" && custom_icon === ""
                 border.width: UM.Theme.getSize("thick_lining").width
                 border.color: UM.Theme.getColor("text")
+                color: "transparent"
 
                 UM.Label
                 {