Improvements to the scaffolder/next buttons UX
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user