Skip to content

Commit

Permalink
Remove redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
mikozet committed Dec 9, 2024
1 parent 632c54c commit 34edd08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export default createTheme({
scrollShadow: 30,
layer2: 20,
layer1: 10,
backgroundCurvedWrapper: -1, // previously 0, changing so migration link is clickable
backgroundCurvedWrapper: 0,
},
custom: {
colors,
Expand Down
2 changes: 1 addition & 1 deletion src/views/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const Login = () => {
<Box className={classes.loginImg}>
<Logo size="small" />
</Box>
<Box mb={2} mt={2}>
<Box mb={7} mt={14}>
<Typography align="center" gutterBottom variant="h2">
{translate('Login.headingLogin')}
</Typography>
Expand Down

0 comments on commit 34edd08

Please sign in to comment.