Skip to content

Commit

Permalink
Merge pull request #204 from open-rpc/fix/no-appbar-shadow
Browse files Browse the repository at this point in the history
fix: remove appbar shadow
  • Loading branch information
shanejonas authored May 27, 2019
2 parents e4b378e + 9b076ff commit 66c0809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppBar/AppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ApplicationBar extends Component<IProps> {
public render() {
const { uiSchema, classes } = this.props;
return (
<AppBar position="static" color="default">
<AppBar position="static" color="default" elevation={0}>
<Toolbar>
<Grid justify="space-evenly" alignItems="center" container spacing={24}>
<Grid item xs={6} sm={3} direction="row" justify="flex-start" container>
Expand Down

0 comments on commit 66c0809

Please sign in to comment.