Skip to content

Commit

Permalink
SystemUI: FingerprintDialogView: Use accent color instead of teal
Browse files Browse the repository at this point in the history
Change-Id: I97ab75e68693c071ec50e78a9159202f83cf284b
  • Loading branch information
jhenrique09 authored and thestinger committed May 3, 2021
1 parent a81aef3 commit 028f089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/SystemUI/res/values-night/colors.xml
Expand Up @@ -86,7 +86,7 @@

<!-- Biometric dialog colors -->
<color name="biometric_dialog_gray">#ff888888</color>
<color name="biometric_dialog_accent">#ff80cbc4</color> <!-- light teal -->
<color name="biometric_dialog_accent">@*android:color/accent_device_default_dark</color>
<color name="biometric_dialog_error">#fff28b82</color> <!-- red 300 -->

<color name="GM2_green_500">#FF41Af6A</color>
Expand Down
2 changes: 1 addition & 1 deletion packages/SystemUI/res/values/colors.xml
Expand Up @@ -183,7 +183,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/accent_device_default_light</color>
<color name="biometric_dialog_error">#ffd93025</color> <!-- red 600 -->

<!-- Logout button -->
Expand Down

0 comments on commit 028f089

Please sign in to comment.