refactor: apply review suggestions

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-09-20 10:49:29 +02:00
parent 09fcd95d43
commit a45b01ddb9
4 changed files with 4 additions and 5 deletions
@@ -25,7 +25,7 @@ const useStyles = makeStyles(theme => ({
root: {
whiteSpace: 'nowrap',
overflowY: 'auto',
padding: theme.spacing(1.5),
padding: theme.spacing(1),
},
}));
@@ -44,7 +44,6 @@ const useStyles = makeStyles(
root: {
height: '100%',
gridArea: 'pageContent',
height: '100%',
display: 'grid',
gridTemplateAreas: `
"toolbar toolbar toolbar"
@@ -78,7 +77,7 @@ const useStyles = makeStyles(
left: 0,
right: 0,
bottom: 0,
padding: theme.spacing(1.5),
padding: theme.spacing(1),
overflow: 'auto',
},
results: {
@@ -50,7 +50,7 @@ const useStyles = makeStyles(
toolbar: {
display: 'grid',
justifyItems: 'flex-end',
padding: theme.spacing(0, 1.5),
padding: theme.spacing(0, 1),
backgroundColor: theme.palette.background.paper,
},
}),
+1 -1
View File
@@ -186,7 +186,7 @@ export const scaffolderTranslationRef = createTranslationRef({
},
templateEditorForm: {
stepper: {
emptyText: 'There is no spec parameters in the template to preview.',
emptyText: 'There are no spec parameters in the template to preview.',
},
},
templateTypePicker: {