diff --git a/vector/src/main/res/layout/fragment_ftue_account_created.xml b/vector/src/main/res/layout/fragment_ftue_account_created.xml index 77dec9a233..28d1cb3c2e 100644 --- a/vector/src/main/res/layout/fragment_ftue_account_created.xml +++ b/vector/src/main/res/layout/fragment_ftue_account_created.xml @@ -41,7 +41,7 @@ android:layout_height="0dp" android:adjustViewBounds="true" android:background="@drawable/circle" - android:backgroundTint="@color/element_background_light" + android:backgroundTint="?backgroundColorLight" android:importantForAccessibility="no" android:src="@drawable/ic_user_fg" app:layout_constraintBottom_toTopOf="@id/accountCreatedSpace2" @@ -143,7 +143,7 @@ style="@style/Widget.Vector.Button.Login" android:layout_width="0dp" android:layout_height="wrap_content" - android:backgroundTint="@color/element_background_light" + android:backgroundTint="?backgroundColorLight" android:text="@string/ftue_account_created_take_me_home" android:textAllCaps="true" android:textColor="?colorSecondary"