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"