mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +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
|
||||
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 a new issue