Skip to content

Commit cc82d55

Browse files
committed
fix: remove appbar color override
1 parent 5c333a6 commit cc82d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Inspector.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const Inspector: React.FC<IProps> = (props) => {
131131

132132
return (
133133
<>
134-
<AppBar position="static" elevation={0} color="default">
134+
<AppBar position="static" elevation={0}>
135135
<Toolbar>
136136
<img
137137
height="30"

0 commit comments

Comments
 (0)