diff --git a/src/Wizard/Wizard.tsx b/src/Wizard/Wizard.tsx index 4aa16fa2..d18b7015 100644 --- a/src/Wizard/Wizard.tsx +++ b/src/Wizard/Wizard.tsx @@ -25,7 +25,7 @@ export default function Wizard({ title, children, maxWidth }: WizardProps) { sx={{ fontWeight: 700, maxWidth: theme => theme?.layout?.content?.maxWidth, - mb: 3, + mb: 2, mt: 1, mx: "auto", width: "100%"