Merge pull request #223 from sensebox/dev/migrateMUI-fixes

fix stepper size
This commit is contained in:
Mario Pesch 2023-01-02 12:54:43 +01:00 committed by GitHub
commit 133d013081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,13 +23,12 @@ const styles = (theme) => ({
// borderWidth: '2px',
borderRadius: "50%",
borderColor: theme.palette.secondary.main,
width: "12px",
height: "12px",
width: "1rem",
margin: "0 auto",
},
stepIconLarge: {
width: "24px",
height: "24px",
width: "2rem",
height: "1rem",
},
stepIconLargeSuccess: {
borderColor: theme.palette.primary.main,