Make switches respect accent color
This commit is contained in:
parent
0df306e68b
commit
3245b119be
@ -25,7 +25,7 @@ Switch {
|
||||
width: parent.width - height
|
||||
x: radius
|
||||
y: parent.height / 2 - height / 2
|
||||
color: toggleButton.checked ? "skyblue" : "grey"
|
||||
color: toggleButton.checked ? Nheko.colors.highlight : "grey"
|
||||
border.color: "#cccccc"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user