Added bottom border to header
This commit is contained in:
parent
2b2c872ddb
commit
712f008a22
@ -16,7 +16,7 @@ const Header = () => {
|
||||
};
|
||||
|
||||
return (
|
||||
<AppBar position="sticky" color="transparent" elevation={0}>
|
||||
<AppBar position="sticky" color="transparent" elevation={0} sx={{ borderBottom: '1px solid #22242626' }}>
|
||||
<Toolbar>
|
||||
{/* Burger Menu */}
|
||||
<IconButton edge="start" color="inherit" aria-label="menu">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user