Skip to content

Commit

Permalink
Fix icon color.
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHeneka committed Dec 31, 2023
1 parent 1fabd8f commit e9ba188
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/DashBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,16 @@ function CustomAppBar({
>
<IconButton
edge="start"
color="inherit"
aria-label="open drawer"
onClick={toggleDrawer}
sx={{
marginRight: '36px',
...(open && {display: 'none'}),
backgroundColor: "black",
color: "#00d6ba",
'&:hover': {
backgroundColor: "#232323"
}
}}
>
<MenuIcon/>
Expand Down

0 comments on commit e9ba188

Please sign in to comment.