StarterPack: fix "Follow All" processing layout (#6111)
This commit is contained in:
committed by
GitHub
parent
f8fb6cb9b3
commit
a78179aab3
@@ -429,11 +429,12 @@ function Header({
|
||||
color="primary"
|
||||
size="small"
|
||||
disabled={isProcessing}
|
||||
onPress={onFollowAll}>
|
||||
onPress={onFollowAll}
|
||||
style={[a.flex_row, a.gap_xs, a.align_center]}>
|
||||
<ButtonText>
|
||||
<Trans>Follow all</Trans>
|
||||
{isProcessing && <Loader size="xs" />}
|
||||
</ButtonText>
|
||||
{isProcessing && <Loader size="xs" />}
|
||||
</Button>
|
||||
)}
|
||||
<OverflowMenu
|
||||
|
||||
Reference in New Issue
Block a user