We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc39dd commit c3fb56fCopy full SHA for c3fb56f
app/src/components/login/SignUp.tsx
@@ -46,7 +46,7 @@ function Copyright() {
46
47
const useStyles = makeStyles(theme => ({
48
paper: {
49
- marginTop: theme.spacing(8),
+ // marginTop: theme.spacing(8),
50
display: 'flex',
51
flexDirection: 'column',
52
alignItems: 'center'
@@ -57,10 +57,10 @@ const useStyles = makeStyles(theme => ({
57
},
58
form: {
59
width: '100%', // Fix IE 11 issue.
60
- marginTop: theme.spacing(3)
+ // marginTop: theme.spacing(3)
61
62
submit: {
63
- margin: theme.spacing(3, 0, 2)
+ // margin: theme.spacing(3, 0, 2)
64
65
root: {
66
'& .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline': {
0 commit comments