Improvements to the scaffolder/next buttons UX

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-04-14 11:36:03 -05:00
parent 8379de0eb2
commit ad1a1429de
5 changed files with 125 additions and 10 deletions
@@ -49,11 +49,11 @@ const useStyles = makeStyles(theme => ({
backButton: {
marginRight: theme.spacing(1),
},
footer: {
display: 'flex',
flexDirection: 'row',
justifyContent: 'right',
padding: theme.spacing(2),
},
formWrapper: {
padding: theme.spacing(2),
@@ -216,6 +216,7 @@ export const Stepper = (stepperProps: StepperProps) => {
</Button>
<Button
variant="contained"
color="primary"
onClick={() => {
props.onCreate(formState);
const name =