Skip to content

Commit

Permalink
fix(ui): remove elevation on banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Jul 17, 2019
1 parent 543018b commit d8e1919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Welcomes/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const useStyles = makeStyles((theme: Theme) => ({
snackbar: {
backgroundColor: theme.palette.background.default,
color: theme.palette.text.primary,
boxShadow: 'none',
},
button: {
padding: '4px 3em',
Expand Down

0 comments on commit d8e1919

Please sign in to comment.