mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-05 15:37:27 -04:00
Don't claim a password is "medium" too easily
This commit is contained in:
@@ -72,7 +72,7 @@ Item {
|
||||
width: row.x
|
||||
|
||||
color: {
|
||||
if(item.fillLevel < 3) return "#FF6C3C"
|
||||
if(item.fillLevel < 5) return "#FF6C3C"
|
||||
if(item.fillLevel < 13) return "#FFE00A"
|
||||
return "#36B25C"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user