summaryrefslogtreecommitdiffstats
path: root/src/settingsui/timedate/CustomComboBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsui/timedate/CustomComboBox.qml')
-rw-r--r--src/settingsui/timedate/CustomComboBox.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/settingsui/timedate/CustomComboBox.qml b/src/settingsui/timedate/CustomComboBox.qml
index 3c8e752..66c3559 100644
--- a/src/settingsui/timedate/CustomComboBox.qml
+++ b/src/settingsui/timedate/CustomComboBox.qml
@@ -47,7 +47,7 @@ ComboBox {
id: indicatorOverlay
source: indicatorImage
anchors.fill: indicatorImage
- color: "#41cd52"
+ color: viewSettings.buttonGreenColor
visible: false
rotation: -90
}
@@ -64,7 +64,7 @@ ComboBox {
}
background: Rectangle {
color: "transparent"
- border.color: "#9d9faa"
+ border.color: viewSettings.borderColor
border.width: comboBox.visualFocus ? 2 : 1
}
popup: Popup {
@@ -90,8 +90,8 @@ ComboBox {
indicatorOverlay.visible = false
}
background: Rectangle {
- border.color: "#9d9faa"
- color: "#09102b"
+ border.color: viewSettings.borderColor
+ color: viewSettings.backgroundColor
opacity: 0.95
}
}