Update biometric prompt icon colors

Previously they were fixed, we should pull them from the system palette
instead.

Fixes: 183855467
Test: visual
Change-Id: I5d81f00f7f0564e4afcd37a80f2101707f8d821b
This commit is contained in:
Lucas Dupin
2021-03-30 15:48:09 -07:00
parent 74d4d02977
commit bc44553f47
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@
<!-- Biometric dialog colors -->
<color name="biometric_dialog_gray">#ffcccccc</color>
<color name="biometric_dialog_accent">#ff80cbc4</color> <!-- light teal -->
<color name="biometric_dialog_accent">@android:color/system_accent1_300</color>
<color name="biometric_dialog_error">#fff28b82</color> <!-- red 300 -->
<!-- UDFPS colors -->

View File

@@ -177,7 +177,7 @@
<!-- Biometric dialog colors -->
<color name="biometric_dialog_dim_color">#80000000</color> <!-- 50% black -->
<color name="biometric_dialog_gray">#ff757575</color>
<color name="biometric_dialog_accent">#ff008577</color> <!-- dark teal -->
<color name="biometric_dialog_accent">@android:color/system_accent1_600</color>
<color name="biometric_dialog_error">#ffd93025</color> <!-- red 600 -->
<!-- UDFPS colors -->