fix padding issue
This commit is contained in:
@@ -27,7 +27,7 @@ export const SendWizard = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div style={{ padding: theme.spacing(3, 0) }}>
|
||||
<div style={{ paddingTop: theme.spacing(3) }}>
|
||||
<Stepper
|
||||
activeStep={activeStep}
|
||||
style={{
|
||||
|
||||
@@ -27,9 +27,9 @@ export const theme = createTheme({
|
||||
borderRadius: 50,
|
||||
background: '#fff',
|
||||
},
|
||||
notchedOutline: {
|
||||
margin: -2,
|
||||
},
|
||||
// notchedOutline: {
|
||||
// margin: -2,
|
||||
// },
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user