Update settings visibility pages to have correct background color on categories

CURA-8688
This commit is contained in:
j.delarago 2022-03-01 10:26:59 +01:00
parent b3c9a98879
commit 330b3f8119
2 changed files with 7 additions and 3 deletions

View file

@ -11,7 +11,9 @@ import ".."
Button {
id: base;
background: Item {}
background: Rectangle {
color: UM.Theme.getColor("background_3")
}
contentItem: Row
{