one line btn (#5700)
This commit is contained in:
@@ -68,7 +68,7 @@ export function ThreadgateBtn({
|
|||||||
!isNative ? {paddingVertical: 6, paddingHorizontal: 8} : undefined
|
!isNative ? {paddingVertical: 6, paddingHorizontal: 8} : undefined
|
||||||
}>
|
}>
|
||||||
<ButtonIcon icon={anyoneCanInteract ? Earth : Group} />
|
<ButtonIcon icon={anyoneCanInteract ? Earth : Group} />
|
||||||
<ButtonText>{label}</ButtonText>
|
<ButtonText numberOfLines={1}>{label}</ButtonText>
|
||||||
</Button>
|
</Button>
|
||||||
</Animated.View>
|
</Animated.View>
|
||||||
<PostInteractionSettingsControlledDialog
|
<PostInteractionSettingsControlledDialog
|
||||||
|
|||||||
Reference in New Issue
Block a user