Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

StarterPack: fix "Follow All" processing layout (#6111)

authored by

Bartosz Kaszubowski and committed by
GitHub
a78179aa f8fb6cb9

+3 -2
+3 -2
src/screens/StarterPack/StarterPackScreen.tsx
··· 429 429 color="primary" 430 430 size="small" 431 431 disabled={isProcessing} 432 - onPress={onFollowAll}> 432 + onPress={onFollowAll} 433 + style={[a.flex_row, a.gap_xs, a.align_center]}> 433 434 <ButtonText> 434 435 <Trans>Follow all</Trans> 435 - {isProcessing && <Loader size="xs" />} 436 436 </ButtonText> 437 + {isProcessing && <Loader size="xs" />} 437 438 </Button> 438 439 )} 439 440 <OverflowMenu