From 9b669009dfdd7a99e3e03596df6cd034c242b993 Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Fri, 22 Jul 2022 15:15:01 -0300 Subject: [PATCH] Reduce story direct reply composer corner radius to 18dp. --- .../main/res/layout/stories_reply_to_story_composer_content.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/stories_reply_to_story_composer_content.xml b/app/src/main/res/layout/stories_reply_to_story_composer_content.xml index 7abdd8982a..0a7fed822d 100644 --- a/app/src/main/res/layout/stories_reply_to_story_composer_content.xml +++ b/app/src/main/res/layout/stories_reply_to_story_composer_content.xml @@ -31,7 +31,7 @@ android:layout_marginTop="8dp" android:layout_marginEnd="8dp" android:layout_marginBottom="8dp" - android:background="@drawable/rounded_rectangle_surface_variant" + android:background="@drawable/rounded_rectangle_surface_variant_18" android:padding="8dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/reply_reaction_switch"