about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screens/StarterPack/Wizard/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx
index dc725790d..c319193d3 100644
--- a/src/screens/StarterPack/Wizard/index.tsx
+++ b/src/screens/StarterPack/Wizard/index.tsx
@@ -584,7 +584,7 @@ function Footer({
             (state.currentStep === 'Profiles' && items.length < 8)
           }>
           <ButtonText>{nextBtnText}</ButtonText>
-          {state.processing && <Loader size="xs" style={{color: 'white'}} />}
+          {state.processing && <ButtonIcon icon={Loader} />}
         </Button>
       </View>
     </View>