Skip to content

Commit

Permalink
Merge pull request #832 from IPG-Automotive-UK/bug/correct-title-wiza…
Browse files Browse the repository at this point in the history
…rd-spacing

TD-2555 - Wizard title margin reduced
  • Loading branch information
m4manjesh authored Mar 21, 2024
2 parents 736dd71 + fea65aa commit 593cec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wizard/Wizard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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%"
Expand Down

0 comments on commit 593cec4

Please sign in to comment.