diff options
Diffstat (limited to 'src/components/StarterPack/Wizard/WizardListCard.tsx')
-rw-r--r-- | src/components/StarterPack/Wizard/WizardListCard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/StarterPack/Wizard/WizardListCard.tsx b/src/components/StarterPack/Wizard/WizardListCard.tsx index bd308fc73..ad02cdc30 100644 --- a/src/components/StarterPack/Wizard/WizardListCard.tsx +++ b/src/components/StarterPack/Wizard/WizardListCard.tsx @@ -101,7 +101,7 @@ function WizardListCard({ label={_(msg`Remove`)} variant="solid" color="secondary" - size="xsmall" + size="small" style={[a.self_center, {marginLeft: 'auto'}]} onPress={onPress}> <ButtonText> |