Skip to content

Commit

Permalink
blue gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
ThieryMichel committed Jan 22, 2020
1 parent eb138b5 commit 6113d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo/src/layout/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const useStyles = makeStyles(theme => ({
alignItems: 'center',
justifyContent: 'flex-start',
background:
'linear-gradient(to bottom, #00023b 0%, #00023b 35%, #e8e8e8 35%, #e8e8e8 100%)',
'linear-gradient(135deg, #00023b 0%, #00023b 50%, #313264 100%)',
},
card: {
minWidth: 300,
Expand Down

0 comments on commit 6113d8e

Please sign in to comment.