Skip to content

Commit

Permalink
#15 top app bar bg color changed
Browse files Browse the repository at this point in the history
  • Loading branch information
naduncalcey committed Aug 24, 2023
1 parent 28fe3ea commit c493713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function Header() {
);

return (
<div className="Header">
<div className="header">
<CssBaseline />
<AppBar position="static">
<Toolbar>
Expand Down
2 changes: 1 addition & 1 deletion src/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
margin-block: 10px;
}

.css-hip9hq-MuiPaper-root-MuiAppBar-root {
.header header {
background-color: #272727 !important;
}

0 comments on commit c493713

Please sign in to comment.