Skip to content

Commit

Permalink
Update navbar to look more like hemnet
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelefevre committed Jan 7, 2024
1 parent a29ca6c commit 67708ad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frontend/src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ const Navbar = () => {
}, [location]);

return (
<AppBar position="static" sx={{ background: "#e4e8da", color: "#013a14" }}>
<Toolbar>
<AppBar
position="static"
sx={{ background: "#e4e8da", color: "#013a14", boxShadow: 0 }}
>
<Toolbar variant="dense">
<IconButton
size="large"
edge="start"
Expand Down

0 comments on commit 67708ad

Please sign in to comment.