mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 16:37:25 -04:00
PrivacyLevelSmall.qml: Medium mixin color- AAFFBB
This commit is contained in:
@@ -73,7 +73,7 @@ Item {
|
|||||||
|
|
||||||
color: {
|
color: {
|
||||||
if(item.fillLevel < 5) return "#FF6C3C"
|
if(item.fillLevel < 5) return "#FF6C3C"
|
||||||
if(item.fillLevel < 13) return "#FFE00A"
|
if(item.fillLevel < 13) return "#AAFFBB"
|
||||||
return "#36B25C"
|
return "#36B25C"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user