Skip to content
Snippets Groups Projects
Commit 3245b119 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Make switches respect accent color

parent 0df306e6
No related branches found
No related tags found
No related merge requests found
Pipeline #4532 passed
......@@ -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"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment