summaryrefslogtreecommitdiffstats
path: root/src/settingsui/timedate/TimeDate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsui/timedate/TimeDate.qml')
-rw-r--r--src/settingsui/timedate/TimeDate.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settingsui/timedate/TimeDate.qml b/src/settingsui/timedate/TimeDate.qml
index 95e93bf..2104c75 100644
--- a/src/settingsui/timedate/TimeDate.qml
+++ b/src/settingsui/timedate/TimeDate.qml
@@ -89,7 +89,7 @@ Item {
QtButton {
id: manualButton
height: pluginMain.buttonHeight
- fillColor: "#9d9faa"
+ fillColor: viewSettings.buttonGrayColor
borderColor: "transparent"
text: qsTr("MANUALLY")
onClicked: {
@@ -122,7 +122,7 @@ Item {
anchors.left: timeZoneDelegate.left
anchors.leftMargin: pluginMain.margin
text: modelData["id"]
- color: timeZoneBox.currentIndex == index ? "#41cd52" : "white"
+ color: timeZoneBox.currentIndex == index ? viewSettings.buttonGreenColor : "white"
elide: Text.ElideRight
verticalAlignment: Text.AlignVCenter
font.pixelSize: pluginMain.valueFontSize