Skip to content

Commit

Permalink
fix: remove appbar color override
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Dec 6, 2019
1 parent 5c333a6 commit cc82d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Inspector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const Inspector: React.FC<IProps> = (props) => {

return (
<>
<AppBar position="static" elevation={0} color="default">
<AppBar position="static" elevation={0}>
<Toolbar>
<img
height="30"
Expand Down

0 comments on commit cc82d55

Please sign in to comment.