mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Changed error color of TextInputLayoutInputWarning
Signed-off-by: Liam P <89549210+liam-p-23@users.noreply.github.com>
This commit is contained in:
parent
b0cf10b88a
commit
549750aa73
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
</style>
|
||||
|
||||
<style name="TextInputLayoutInputWarning" parent="Widget.App.TextInputLayout">
|
||||
<item name="colorError">@color/text_color</item>
|
||||
<item name="colorError">@color/primary</item>
|
||||
</style>
|
||||
|
||||
<style name="FallbackDatePickerDialogTheme" parent="Theme.MaterialComponents.DayNight.Dialog.Alert">
|
||||
|
|
Loading…
Reference in a new issue