From b78f06f0646396bc3f30b96c42a9118e5bc7bd72 Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Thu, 6 Oct 2022 11:08:02 -0300 Subject: [PATCH] Update colors on create button in private story creation flow. --- .../res/layout/stories_create_with_recipients_fragment.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/stories_create_with_recipients_fragment.xml b/app/src/main/res/layout/stories_create_with_recipients_fragment.xml index c269ca52c7..48d4c57522 100644 --- a/app/src/main/res/layout/stories_create_with_recipients_fragment.xml +++ b/app/src/main/res/layout/stories_create_with_recipients_fragment.xml @@ -68,7 +68,8 @@ android:layout_marginEnd="16dp" android:layout_marginBottom="16dp" android:text="@string/CreateStoryWithViewersFragment__create" - android:textColor="@color/white" + android:textColor="@color/signal_colorOnPrimaryContainer" + app:backgroundTint="@color/signal_colorPrimaryContainer" app:cornerRadius="80dp" app:elevation="4dp" app:layout_constraintBottom_toBottomOf="parent"