Skip to content

Commit

Permalink
StarterPack: fix "Follow All" processing layout (#6111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Nov 5, 2024
1 parent f8fb6cb commit a78179a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/screens/StarterPack/StarterPackScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a78179a

Please sign in to comment.