From a78179aab312b69a60d01054431af166158638c7 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 5 Nov 2024 16:14:15 +0100 Subject: [PATCH] StarterPack: fix "Follow All" processing layout (#6111) --- src/screens/StarterPack/StarterPackScreen.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 && } )}