mirror of
https://github.com/bitwarden/android.git
synced 2026-05-10 16:45:43 -05:00
BIT-1232: Update password strength colors (#369)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user