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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user