summaryrefslogtreecommitdiffstats
path: root/src/settingsui/bluetooth/CustomSwitch.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsui/bluetooth/CustomSwitch.qml')
-rw-r--r--src/settingsui/bluetooth/CustomSwitch.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settingsui/bluetooth/CustomSwitch.qml b/src/settingsui/bluetooth/CustomSwitch.qml
index adb7031..fa9f9aa 100644
--- a/src/settingsui/bluetooth/CustomSwitch.qml
+++ b/src/settingsui/bluetooth/CustomSwitch.qml
@@ -90,7 +90,7 @@ Switch {
anchors.verticalCenter: parent.verticalCenter
width: parent.width * 0.475
height: parent.height * 0.9
- fillColor: control.checked ? "#41cd52" : "#9d9faa"
+ fillColor: control.checked ? viewSettings.buttonGreenColor : viewSettings.buttonGrayColor
text: control.checked ? "ON" : "OFF"
borderColor: "transparent"
Behavior on x {