diff options
Diffstat (limited to 'src/components/StarterPack/Wizard/WizardEditListDialog.tsx')
-rw-r--r-- | src/components/StarterPack/Wizard/WizardEditListDialog.tsx | 2 |
1 files changed, 1 insertions, 1 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> |