aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2017-01-14 16:36:50 -0500
committerGitHub <noreply@github.com>2017-01-14 16:36:50 -0500
commitfdf0652e37a7a695168145b77b0b3c9330884d29 (patch)
tree084506116de66a347a3359988b1119d8bce8ca89 /components
parent5981e9537b73a23855b054d7d63231f65dbe35fc (diff)
downloadmonzero-gui-fdf0652e37a7a695168145b77b0b3c9330884d29.tar.gz
monzero-gui-fdf0652e37a7a695168145b77b0b3c9330884d29.tar.xz
monzero-gui-fdf0652e37a7a695168145b77b0b3c9330884d29.zip
PrivacyLevelSmall.qml: Medium mixin color- AAFFBB
Diffstat (limited to 'components')
-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"
}