Skip to content

Commit c3fb56f

Browse files
committed
commented out signup theme
1 parent ebc39dd commit c3fb56f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/components/login/SignUp.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function Copyright() {
4646

4747
const useStyles = makeStyles(theme => ({
4848
paper: {
49-
marginTop: theme.spacing(8),
49+
// marginTop: theme.spacing(8),
5050
display: 'flex',
5151
flexDirection: 'column',
5252
alignItems: 'center'
@@ -57,10 +57,10 @@ const useStyles = makeStyles(theme => ({
5757
},
5858
form: {
5959
width: '100%', // Fix IE 11 issue.
60-
marginTop: theme.spacing(3)
60+
// marginTop: theme.spacing(3)
6161
},
6262
submit: {
63-
margin: theme.spacing(3, 0, 2)
63+
// margin: theme.spacing(3, 0, 2)
6464
},
6565
root: {
6666
'& .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline': {

0 commit comments

Comments
 (0)