From 32bf38940de5a179ca1b659eaa557f93cadc9458 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 10 Oct 2024 19:07:55 -0700 Subject: Tweak threadgate button sizing in the composer on Web (#5692) * Adjust threadgate btn sizing in composer * Tweak threadgate button size on web --- src/view/com/composer/threadgate/ThreadgateBtn.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/view/com/composer/threadgate/ThreadgateBtn.tsx b/src/view/com/composer/threadgate/ThreadgateBtn.tsx index b0806180c..be2c52453 100644 --- a/src/view/com/composer/threadgate/ThreadgateBtn.tsx +++ b/src/view/com/composer/threadgate/ThreadgateBtn.tsx @@ -63,7 +63,10 @@ export function ThreadgateBtn({ label={label} accessibilityHint={_( msg`Opens a dialog to choose who can reply to this thread`, - )}> + )} + style={ + !isNative ? {paddingVertical: 6, paddingHorizontal: 8} : undefined + }> {label} -- cgit 1.4.1