Skip to content

Commit

Permalink
change error color for message when name already used
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Nov 10, 2024
1 parent 7024066 commit 6c46291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/feature_views/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@
<item name="endIconMode">clear_text</item>
<item name="cursorColor">?colorPrimary</item>
<item name="cursorErrorColor">?colorPrimary</item>
<item name="errorTextColor">@color/blue_grey_300</item>
<item name="boxStrokeErrorColor">@color/blue_grey_300</item>
</style>

<style name="ChangeItemInputFieldDialog" parent="ChangeItemInputField">
Expand All @@ -218,7 +220,6 @@
</style>

<style name="ChangeItemErrorStyle">
<item name="android:textColor">@color/red_600</item>
<item name="android:textSize">12sp</item>
</style>

Expand Down

0 comments on commit 6c46291

Please sign in to comment.