Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark mode, and other minor UI changes #17

Merged
merged 6 commits into from
Sep 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change margin to padding on login page to remove empty space at top
  • Loading branch information
George committed Oct 13, 2023
commit 51fcf7bbd8fda5d4e97f79fcf148fe47e4b25a53
3 changes: 1 addition & 2 deletions frontend/src/page/Login.jsx
Original file line number Diff line number Diff line change
@@ -40,9 +40,9 @@ const styles = theme => ({
marginLeft: 'auto',
marginRight: 'auto',
},
paddingTop: theme.spacing.unit * 8,
},
paper: {
marginTop: theme.spacing.unit * 8,
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
@@ -109,7 +109,6 @@ const SignIn = (props) => {

return (
<main className={classes.main}>
<CssBaseline />
<Paper className={classes.paper}>
<img className={classes.logo} src={mainlogo} />
<Typography component="h1" variant="h5">