Merge pull request #17391 from awanlin/topic/scaffolder-next-buttons-ux

[PRFC] Improvements to the scaffolder/next buttons UX
This commit is contained in:
Ben Lambert
2023-04-25 10:23:46 +02:00
committed by GitHub
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',
marginTop: 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 =