mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-21 00:53:50 +02:00
PrivacyLevel.qml: Medium mixin color #AAFFBB
This commit is contained in:
parent
7cbd61dae2
commit
5981e9537b
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user