diff options
Diffstat (limited to 'src/components/StarterPack')
-rw-r--r-- | src/components/StarterPack/Wizard/WizardEditListDialog.tsx | 2 | ||||
-rw-r--r-- | src/components/StarterPack/Wizard/WizardListCard.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/StarterPack/Wizard/WizardEditListDialog.tsx b/src/components/StarterPack/Wizard/WizardEditListDialog.tsx index 870cbbb9f..f7b0aba34 100644 --- a/src/components/StarterPack/Wizard/WizardEditListDialog.tsx +++ b/src/components/StarterPack/Wizard/WizardEditListDialog.tsx @@ -125,7 +125,7 @@ export function WizardEditListDialog({ label={_(msg`Close`)} variant="ghost" color="primary" - size="xsmall" + size="small" onPress={() => control.close()}> <ButtonText> <Trans>Close</Trans> 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> |