mirror of
https://github.com/bitwarden/android.git
synced 2024-11-22 09:25:58 +03:00
BIT-1232: Update password strength colors (#369)
This commit is contained in:
parent
03c0da4917
commit
c28729b802
2 changed files with 4 additions and 4 deletions
|
@ -106,8 +106,8 @@
|
|||
<color name="white">@color/white_FFFFFF</color>
|
||||
<color name="light_fingerprint">@color/magenta_C01176</color>
|
||||
<color name="dark_fingerprint">@color/magenta_F08DC7</color>
|
||||
<color name="light_password_strength_weak">@color/orange_B27400</color>
|
||||
<color name="light_password_strength_weak">@color/orange_8B6609</color>
|
||||
<color name="dark_password_strength_weak">@color/orange_C9914F</color>
|
||||
<color name="light_password_strength_strong">@color/green_009A38</color>
|
||||
<color name="light_password_strength_strong">@color/green_017E45</color>
|
||||
<color name="dark_password_strength_strong">@color/green_41B06D</color>
|
||||
</resources>
|
||||
|
|
|
@ -62,9 +62,9 @@
|
|||
<!-- Misc Colors -->
|
||||
<color name="silver_DDDDDD">#dddddd</color>
|
||||
<color name="black_000000">#000000</color>
|
||||
<color name="orange_B27400">#FFB27400</color>
|
||||
<color name="orange_8B6609">#FF8B6609</color>
|
||||
<color name="orange_C9914F">#FFC9914F</color>
|
||||
<color name="green_009A38">#FF009A38</color>
|
||||
<color name="green_017E45">#FF017E45</color>
|
||||
<color name="green_41B06D">#FF41B06D</color>
|
||||
<color name="magenta_F08DC7">#FFF08DC7</color>
|
||||
<color name="magenta_C01176">#FFC01176</color>
|
||||
|
|
Loading…
Reference in a new issue