Merge "Updated error text color for pin/pass" into main

This commit is contained in:
Treehugger Robot
2023-11-28 01:40:53 +00:00
committed by Android (Google) Code Review

View File

@@ -950,7 +950,7 @@
</style> </style>
<style name="ScreenLockPasswordHintTextFontStyle"> <style name="ScreenLockPasswordHintTextFontStyle">
<item name="android:textColor">?android:attr/textColorPrimary</item> <item name="android:textColor">?android:attr/colorError</item>
<item name="android:fontFamily">google-sans-text</item> <item name="android:fontFamily">google-sans-text</item>
</style> </style>