diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/PrivacyLevelSmall.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/PrivacyLevelSmall.qml b/components/PrivacyLevelSmall.qml index cb1cd36e..47543f52 100644 --- a/components/PrivacyLevelSmall.qml +++ b/components/PrivacyLevelSmall.qml @@ -72,7 +72,7 @@ Item { width: row.x color: { - if(item.fillLevel < 3) return "#FF6C3C" + if(item.fillLevel < 5) return "#FF6C3C" if(item.fillLevel < 13) return "#FFE00A" return "#36B25C" } |
