Merge pull request #223 from sensebox/dev/migrateMUI-fixes
fix stepper size
This commit is contained in:
commit
133d013081
@ -23,13 +23,12 @@ const styles = (theme) => ({
|
|||||||
// borderWidth: '2px',
|
// borderWidth: '2px',
|
||||||
borderRadius: "50%",
|
borderRadius: "50%",
|
||||||
borderColor: theme.palette.secondary.main,
|
borderColor: theme.palette.secondary.main,
|
||||||
width: "12px",
|
width: "1rem",
|
||||||
height: "12px",
|
|
||||||
margin: "0 auto",
|
margin: "0 auto",
|
||||||
},
|
},
|
||||||
stepIconLarge: {
|
stepIconLarge: {
|
||||||
width: "24px",
|
width: "2rem",
|
||||||
height: "24px",
|
height: "1rem",
|
||||||
},
|
},
|
||||||
stepIconLargeSuccess: {
|
stepIconLargeSuccess: {
|
||||||
borderColor: theme.palette.primary.main,
|
borderColor: theme.palette.primary.main,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user