Make switches respect accent color

pull/1394/head
Loren Burkholder 2 years ago
parent 0df306e68b
commit 3245b119be
  1. 2
      resources/qml/ToggleButton.qml

@ -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…
Cancel
Save