summaryrefslogtreecommitdiffstats
path: root/app/Dashboard.qml
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-12-20 01:12:14 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-12-21 07:25:15 +0000
commit19f8a644bb0df8dcc025ede1ce2cbdee95b3b5f9 (patch)
treecedff58b88d19cda8d895b2f10b97b2ec9223e61 /app/Dashboard.qml
parent673e806f312b1fda4bee4af30e59699bb1f3547c (diff)
The color scheme has been changed to new one. Bug-AGL: SPEC-673 Change-Id: Ibea18e2ae13523a9231a9e0e7001e76f585a428e Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> (cherry picked from commit e9b63a2dccd72157c75475ca98b00d72d19bac6f)
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'
}
}
}