diff options
| -rw-r--r-- | packages/SystemUI/res/values/styles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml index 93a0742dd2d7..e375a21f0b08 100644 --- a/packages/SystemUI/res/values/styles.xml +++ b/packages/SystemUI/res/values/styles.xml @@ -314,6 +314,7 @@ <style name="LockPatternStyle"> <item name="*android:regularColor">?android:attr/textColorPrimaryInverse</item> <item name="*android:successColor">?android:attr/textColorPrimaryInverse</item> + <item name="*android:errorColor">?android:attr/colorError</item> </style> <!-- Overlay manager may replace this theme --> |