From f1994b501075e84e83ca8dc9c6935e2389ac43b5 Mon Sep 17 00:00:00 2001 From: nikolar Date: Thu, 3 Oct 2024 15:05:41 -0700 Subject: [PATCH] move template buttons Signed-off-by: nikolar --- .../scaffolder-react/src/next/components/Stepper/Stepper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-react/src/next/components/Stepper/Stepper.tsx b/plugins/scaffolder-react/src/next/components/Stepper/Stepper.tsx index a1b31d0089..3809132707 100644 --- a/plugins/scaffolder-react/src/next/components/Stepper/Stepper.tsx +++ b/plugins/scaffolder-react/src/next/components/Stepper/Stepper.tsx @@ -63,7 +63,7 @@ const useStyles = makeStyles(theme => ({ footer: { display: 'flex', flexDirection: 'row', - justifyContent: 'right', + justifyContent: 'left', marginTop: theme.spacing(2), }, formWrapper: {