Update colors on create button in private story creation flow.

This commit is contained in:
Alex Hart 2022-10-06 11:08:02 -03:00 committed by Greyson Parrelli
parent 0b978dd9d7
commit b78f06f064

View file

@ -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"