From c36c47d49aff74f8a4176db0db6a13de141f5d95 Mon Sep 17 00:00:00 2001 From: Marco Buono Date: Wed, 4 Sep 2024 15:04:08 -0300 Subject: Add slight spacing between Post and CW button (#5125) --- src/view/com/composer/Composer.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx index d8aa598ef..a6eadd251 100644 --- a/src/view/com/composer/Composer.tsx +++ b/src/view/com/composer/Composer.tsx @@ -598,7 +598,7 @@ export const ComposePost = observer(function ComposePost({ ) : ( - <> + )} - + )} @@ -1002,6 +1002,10 @@ const styles = StyleSheet.create({ paddingVertical: 6, marginLeft: 12, }, + postBtnWrapper: { + flexDirection: 'row', + gap: 14, + }, errorLine: { flexDirection: 'row', alignItems: 'center', -- cgit 1.4.1