New style highlighting on borders

CURA-8688
This commit is contained in:
j.delarago 2022-02-28 14:56:07 +01:00
parent 83661ebd7f
commit ce86e025d9
5 changed files with 11 additions and 10 deletions

View file

@ -38,7 +38,7 @@ RadioButton
{
name: "highlighted"
when: radioButton.hovered || radioButton.activeFocus
PropertyChanges { target: indicator; border.color: UM.Theme.getColor("accent_1")}
PropertyChanges { target: indicator; border.color: UM.Theme.getColor("border_main_light")}
}
]