PrivacyLevelSmall.qml: Medium mixin color- AAFFBB

This commit is contained in:
xmr-eric 2017-01-14 16:36:50 -05:00 committed by GitHub
parent 5981e9537b
commit fdf0652e37

View file

@ -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"
}