mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Make switches respect accent color
This commit is contained in:
parent
0df306e68b
commit
3245b119be
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Switch {
|
||||||
width: parent.width - height
|
width: parent.width - height
|
||||||
x: radius
|
x: radius
|
||||||
y: parent.height / 2 - height / 2
|
y: parent.height / 2 - height / 2
|
||||||
color: toggleButton.checked ? "skyblue" : "grey"
|
color: toggleButton.checked ? Nheko.colors.highlight : "grey"
|
||||||
border.color: "#cccccc"
|
border.color: "#cccccc"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue