Skip to content

Commit

Permalink
fix: remove shadow on toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Oct 2, 2019
1 parent a35eb84 commit 9c2dc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Toolbar = ({ children }: Props) => {
const classes = useStyles()
return (
<AppBar
elevation={3}
elevation={0}
color="default"
className={classes.root + ' d-print-none'}>
{children}
Expand Down

0 comments on commit 9c2dc1c

Please sign in to comment.