Tweak threadgate button sizing in the composer on Web (#5692)

* Adjust threadgate btn sizing in composer

* Tweak threadgate button size on web
This commit is contained in:
Paul Frazee
2024-10-10 19:07:55 -07:00
committed by GitHub
parent 88f326b37f
commit 32bf38940d
@@ -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
}>
<ButtonIcon icon={anyoneCanInteract ? Earth : Group} />
<ButtonText>{label}</ButtonText>
</Button>