diff options
author | Chenyu <10610892+BinaryFiddler@users.noreply.github.com> | 2025-08-06 11:41:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-06 11:41:28 -0700 |
commit | 9153474e592804150c33ff1d0b8886e4d00efaf5 (patch) | |
tree | 5a930515232ea5efd0b219d1f4129752aca179af /src | |
parent | 4c8b30df190cee7e74956c5836ee2ae17c361fd2 (diff) | |
download | voidsky-9153474e592804150c33ff1d0b8886e4d00efaf5.tar.zst |
Update src/screens/StarterPack/Wizard/index.tsx
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/StarterPack/Wizard/index.tsx | 2 |
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> |