aboutsummaryrefslogtreecommitdiff
path: root/components/PrivacyLevelSmall.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/PrivacyLevelSmall.qml')
-rw-r--r--components/PrivacyLevelSmall.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/PrivacyLevelSmall.qml b/components/PrivacyLevelSmall.qml
index 47543f52..cf9169f8 100644
--- a/components/PrivacyLevelSmall.qml
+++ b/components/PrivacyLevelSmall.qml
@@ -73,7 +73,7 @@ Item {
color: {
if(item.fillLevel < 5) return "#FF6C3C"
- if(item.fillLevel < 13) return "#FFE00A"
+ if(item.fillLevel < 13) return "#AAFFBB"
return "#36B25C"
}