mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
PrivacyLevelSmall.qml: Medium mixin color- AAFFBB
This commit is contained in:
parent
5981e9537b
commit
fdf0652e37
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue