one line btn (#5700)

This commit is contained in:
Hailey
2024-10-10 19:44:09 -07:00
committed by GitHub
parent 9176a8ff64
commit 34d3e2b127
@@ -68,7 +68,7 @@ export function ThreadgateBtn({
!isNative ? {paddingVertical: 6, paddingHorizontal: 8} : undefined
}>
<ButtonIcon icon={anyoneCanInteract ? Earth : Group} />
<ButtonText>{label}</ButtonText>
<ButtonText numberOfLines={1}>{label}</ButtonText>
</Button>
</Animated.View>
<PostInteractionSettingsControlledDialog