Skip to content

Commit

Permalink
Intensify login screen gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Nov 15, 2020
1 parent 27d51fa commit 8486ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoginForm/LoginForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function LoginForm() {
const theme = useTheme();
const useStyles = makeStyles({
"box_root": {
background: `linear-gradient(120deg, ${theme.palette.secondary.main}30 0%, ${theme.palette.primary.main}10 100%)`,
background: `linear-gradient(120deg, ${theme.palette.secondary.main}35 0%, ${theme.palette.primary.main}15 100%)`,
width: "100%",
height: "100vh",
display: "flex",
Expand Down

0 comments on commit 8486ec5

Please sign in to comment.