Merge pull request #404

fdf0652 PrivacyLevelSmall.qml: Medium mixin color- AAFFBB (xmr-eric)
5981e95 PrivacyLevel.qml: Medium mixin color #AAFFBB (xmr-eric)
This commit is contained in:
Riccardo Spagni 2017-01-22 11:54:39 -05:00
commit 4f44407187
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ Item {
color: {
if(item.fillLevel < 3) return "#FF6C3C"
if(item.fillLevel < 13) return "#FFE00A"
if(item.fillLevel < 13) return "#AAFFBB"
return "#36B25C"
}

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