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}
|
label={label}
|
||||||
accessibilityHint={_(
|
accessibilityHint={_(
|
||||||
msg`Opens a dialog to choose who can reply to this thread`,
|
msg`Opens a dialog to choose who can reply to this thread`,
|
||||||
)}>
|
)}
|
||||||
|
style={
|
||||||
|
!isNative ? {paddingVertical: 6, paddingHorizontal: 8} : undefined
|
||||||
|
}>
|
||||||
<ButtonIcon icon={anyoneCanInteract ? Earth : Group} />
|
<ButtonIcon icon={anyoneCanInteract ? Earth : Group} />
|
||||||
<ButtonText>{label}</ButtonText>
|
<ButtonText>{label}</ButtonText>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user