Update src/screens/StarterPack/Wizard/index.tsx

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
Chenyu
2025-08-06 11:41:28 -07:00
committed by GitHub
parent 4c8b30df19
commit 9153474e59
+1 -1
View File
@@ -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>