New designs use dark mode border_main for dark theme.

Remove uses of border_main_light. The only puprose of this color was to give dark mode access to the border_main of the light theme.

CURA-8991
This commit is contained in:
j.delarago 2022-03-04 13:22:55 +01:00
parent b3e8c7190e
commit 1fc6b8ced6
9 changed files with 9 additions and 9 deletions

View file

@ -33,7 +33,7 @@ ComboBox
{
name: "highlighted"
when: control.hovered || control.activeFocus
PropertyChanges { target: background; liningColor: UM.Theme.getColor("border_main_light")}
PropertyChanges { target: background; liningColor: UM.Theme.getColor("border_main")}
}
]