Merge "Fix the Contrast Ratio of the Fingerprint enrollment progress and the "Fingerprint icon" are not high enough in the Fingerprint enrollment flow for light theme." into main

This commit is contained in:
Jason Chang
2025-02-18 10:28:33 -08:00
committed by Android (Google) Code Review

View File

@@ -172,11 +172,13 @@
<color name="power_anomaly_app_warning_hint_color">#D56E0C</color>
<!-- UDFPS colors -->
<color name="udfps_enroll_icon">#699FF3</color>
<color name="udfps_moving_target_fill">#C2D7F7</color>
<!-- colorPrimaryGoogle light #1A73E8 (Blue600)-->
<color name="udfps_enroll_icon">#1A73E8</color>
<color name="udfps_moving_target_fill">#B9D6F7</color>
<!-- 50% of udfps_moving_target_fill-->
<color name="udfps_moving_target_fill_error">#80C2D7F7</color>
<color name="udfps_enroll_progress">#699FF3</color>
<color name="udfps_moving_target_fill_error">#80B9D6F7</color>
<!-- colorPrimaryGoogle light #1A73E8 (Blue600)-->
<color name="udfps_enroll_progress">#1A73E8</color>
<color name="udfps_enroll_progress_help">#70699FF3</color>
<color name="udfps_enroll_progress_help_with_talkback">#FFEE675C</color>