summaryrefslogtreecommitdiffstats
path: root/app/HeatDegree.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/HeatDegree.qml')
-rw-r--r--app/HeatDegree.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/HeatDegree.qml b/app/HeatDegree.qml
index 878a9d8..aa5770a 100644
--- a/app/HeatDegree.qml
+++ b/app/HeatDegree.qml
@@ -42,7 +42,7 @@ ListView {
verticalAlignment: Label.AlignVCenter
text: model.modelData
font.pixelSize: height * 0.8
- color: (ListView.view.enabled && ListView.isCurrentItem) ? '#66FF99' : 'white'
+ color: (ListView.view.enabled && ListView.isCurrentItem) ? '#00ADDC' : 'white'
}
preferredHighlightBegin: 0.5