Change some colors for the arrows in some setting selectors

Contributes to CURA-5876.
This commit is contained in:
Diego Prado Gesto 2018-12-11 16:35:59 +01:00
parent b993a7b0d9
commit f99c788eb6
14 changed files with 24 additions and 58 deletions

View file

@ -27,7 +27,7 @@ Item
anchors.left: parent.left
anchors.leftMargin: UM.Theme.getSize("default_margin").width
text: label
font: UM.Theme.getFont("setting_category")
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("setting_category_text")
}
}