diff --git a/src/screens/StarterPack/StarterPackScreen.tsx b/src/screens/StarterPack/StarterPackScreen.tsx index 4baec9ec13..1b2f61bd5e 100644 --- a/src/screens/StarterPack/StarterPackScreen.tsx +++ b/src/screens/StarterPack/StarterPackScreen.tsx @@ -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]}> Follow all - {isProcessing && } + {isProcessing && } )}