summaryrefslogtreecommitdiffstats
path: root/app/Dashboard.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/Dashboard.qml')
-rw-r--r--app/Dashboard.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Dashboard.qml b/app/Dashboard.qml
index fd56521..4f8b85e 100644
--- a/app/Dashboard.qml
+++ b/app/Dashboard.qml
@@ -201,7 +201,7 @@ ApplicationWindow {
horizontalAlignment: Label.AlignLeft
text: '9 GALLONS'
font.pixelSize: 24
- color: '#66FF99'
+ color: '#00ADDC'
}
Label {
Layout.fillWidth: true
@@ -220,7 +220,7 @@ ApplicationWindow {
horizontalAlignment: Label.AlignLeft
text: '229 MI'
font.pixelSize: 24
- color: '#66FF99'
+ color: '#00ADDC'
}
Label {
Layout.fillWidth: true
@@ -239,7 +239,7 @@ ApplicationWindow {
horizontalAlignment: Label.AlignLeft
text: '25.5 MPG'
font.pixelSize: 24
- color: '#66FF99'
+ color: '#00ADDC'
}
}
}