Skip to content

Commit

Permalink
edit text hint color
Browse files Browse the repository at this point in the history
  • Loading branch information
deeppp15 committed Oct 17, 2024
1 parent 3286cd0 commit 856cceb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/layout/alert_create_team.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
android:layout_height="match_parent"
android:padding="@dimen/padding_normal"
android:textColorHint="@color/hint_color"
android:textColor="@color/daynight_textColor" />
android:textColor="@color/daynight_textColor"
android:backgroundTint="@color/hint_color" />
</com.google.android.material.textfield.TextInputLayout>

<com.google.android.material.textfield.TextInputLayout
Expand All @@ -30,7 +31,8 @@
android:layout_height="match_parent"
android:padding="@dimen/padding_normal"
android:textColorHint="@color/hint_color"
android:textColor="@color/daynight_textColor" />
android:textColor="@color/daynight_textColor"
android:backgroundTint="@color/hint_color" />
</com.google.android.material.textfield.TextInputLayout>

<com.google.android.material.textfield.TextInputLayout
Expand Down

0 comments on commit 856cceb

Please sign in to comment.