Skip to content

Commit 6e823eb

Browse files
committed
appbar color from transparent to inherit
1 parent 1f5e181 commit 6e823eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function Header() {
5151
return (
5252
<AppBar
5353
position="fixed"
54-
color="transparent"
54+
color="inherit"
5555
sx={{
5656
color: "white",
5757
}}

0 commit comments

Comments
 (0)