From 9f3a83deb55a16cfe3e2aa0bf4306efa40d81785 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Sun, 17 Jul 2022 18:52:57 +0200 Subject: [PATCH] Automatic color correction Change-Id: I130145727363147bcb75c5b1063eed5082233335 --- vector/src/main/res/layout/fragment_ftue_phone_confirmation.xml | 2 +- .../main/res/layout/fragment_ftue_reset_password_breaker.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vector/src/main/res/layout/fragment_ftue_phone_confirmation.xml b/vector/src/main/res/layout/fragment_ftue_phone_confirmation.xml index fe913d3d7d..918b05c35c 100644 --- a/vector/src/main/res/layout/fragment_ftue_phone_confirmation.xml +++ b/vector/src/main/res/layout/fragment_ftue_phone_confirmation.xml @@ -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" diff --git a/vector/src/main/res/layout/fragment_ftue_reset_password_breaker.xml b/vector/src/main/res/layout/fragment_ftue_reset_password_breaker.xml index 240a0a9980..3eae1ce058 100644 --- a/vector/src/main/res/layout/fragment_ftue_reset_password_breaker.xml +++ b/vector/src/main/res/layout/fragment_ftue_reset_password_breaker.xml @@ -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"