Always use colorSecondaryDark as hint color

This commit is contained in:
Juha Heinanen
2022-12-02 04:16:50 +02:00
parent 713736d83a
commit fe295762d0
7 changed files with 21 additions and 3 deletions
@@ -76,6 +76,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="@string/user_domain_or_number"
android:textColorHint="@color/colorSecondaryDark"
android:inputType="textEmailAddress"
android:textSize="18sp"
android:importantForAutofill="no"