From 1a0b2a2d02f65e9efe9edf3530683d0e5432d63f Mon Sep 17 00:00:00 2001 From: Alex Benzer Date: Sat, 29 Nov 2025 17:40:53 -0800 Subject: [PATCH] Feed composer buttons --- src/view/com/feeds/FeedComposerPrompt.tsx | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/view/com/feeds/FeedComposerPrompt.tsx b/src/view/com/feeds/FeedComposerPrompt.tsx index 12cf1568f5..56349af699 100644 --- a/src/view/com/feeds/FeedComposerPrompt.tsx +++ b/src/view/com/feeds/FeedComposerPrompt.tsx @@ -223,8 +223,8 @@ export function FeedComposerPrompt() { }, a.py_md, native({ - paddingTop: 15, - paddingBottom: 15, + paddingTop: 10, + paddingBottom: 10, }), { borderTopWidth: StyleSheet.hairlineWidth, @@ -267,7 +267,7 @@ export function FeedComposerPrompt() { ]}> {_(msg`What's up?`)} - + {isNative && ( )}