fix padding issue

This commit is contained in:
fmtabbara
2021-08-23 22:54:30 +01:00
parent 3da08ee33c
commit 728da763b3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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={{
+3 -3
View File
@@ -27,9 +27,9 @@ export const theme = createTheme({
borderRadius: 50,
background: '#fff',
},
notchedOutline: {
margin: -2,
},
// notchedOutline: {
// margin: -2,
// },
},
},
})