Automatic color correction

Change-Id: I130145727363147bcb75c5b1063eed5082233335
This commit is contained in:
SpiritCroc 2022-07-17 18:52:57 +02:00
parent dec61e7a35
commit 9f3a83deb5
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@
style="@style/Widget.Vector.Button.Text.Login"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:backgroundTint="@color/element_background_light"
android:backgroundTint="?backgroundColorLight"
android:text="@string/ftue_auth_phone_confirmation_resend_code"
android:textAllCaps="true"
android:textColor="?colorSecondary"

View File

@ -109,7 +109,7 @@
style="@style/Widget.Vector.Button.Text.Login"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:backgroundTint="@color/element_background_light"
android:backgroundTint="?backgroundColorLight"
android:text="@string/ftue_auth_email_resend_email"
android:textAllCaps="true"
android:textColor="?colorSecondary"