From b9884cc85dcba8f2616fdb62999834e74cc5080b Mon Sep 17 00:00:00 2001 From: Mario Pesch Date: Fri, 16 Dec 2022 11:38:59 +0100 Subject: [PATCH] fix stepper size --- src/components/Tutorial/StepperVertical.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/Tutorial/StepperVertical.js b/src/components/Tutorial/StepperVertical.js index ff41068..564c530 100644 --- a/src/components/Tutorial/StepperVertical.js +++ b/src/components/Tutorial/StepperVertical.js @@ -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,