diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx
index e4b349915c..7cc4234a2f 100644
--- a/src/screens/StarterPack/Wizard/index.tsx
+++ b/src/screens/StarterPack/Wizard/index.tsx
@@ -656,26 +656,22 @@ function Footer({
variant="ghost"
color="primary"
size="small"
- style={{width: 50}}
+ style={{width: 70}}
onPress={editDialogControl.open}>
Edit
) : (
-
+
)}
{state.currentStep === 'Profiles' && items.length < 8 ? (
<>
-
- Add {8 - items.length} more{' '}
- {' '}
- to continue
-
+ Add {8 - items.length} more to continue
-
+
>
) : (