Skip to content

Commit

Permalink
enterprise: smoother creation (fixes #5063)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash-Codes committed Jan 17, 2025
1 parent b32cc6f commit 16fbf57
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 @@ -46,7 +46,8 @@
android:layout_height="match_parent"
android:hint="@string/entServices"
android:padding="@dimen/padding_normal"
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 @@ -60,7 +61,8 @@
android:layout_height="match_parent"
android:hint="@string/entRules"
android:padding="@dimen/padding_normal"
android:textColor="@color/daynight_textColor" />
android:textColor="@color/daynight_textColor"
android:backgroundTint="@color/hint_color" />
</com.google.android.material.textfield.TextInputLayout>

<Spinner
Expand Down

0 comments on commit 16fbf57

Please sign in to comment.