Skip to content

Commit

Permalink
Merge branch 'master' into fix/split-pane-resize
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas authored May 27, 2019
2 parents 4b1a87c + 66c0809 commit 4469c7c
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 4469c7c

Please sign in to comment.