about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChenyu <10610892+BinaryFiddler@users.noreply.github.com>2025-08-06 11:41:28 -0700
committerGitHub <noreply@github.com>2025-08-06 11:41:28 -0700
commit9153474e592804150c33ff1d0b8886e4d00efaf5 (patch)
tree5a930515232ea5efd0b219d1f4129752aca179af
parent4c8b30df190cee7e74956c5836ee2ae17c361fd2 (diff)
downloadvoidsky-9153474e592804150c33ff1d0b8886e4d00efaf5.tar.zst
Update src/screens/StarterPack/Wizard/index.tsx
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
-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>