Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
(components/navbar): Tint burgerbar, update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Jun 26, 2023
1 parent 443a3d0 commit afaedf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ const Logo = (props: LogoProps) => {
{/**
* GENOSWITCH logo
*
* color: style prop does not work on SVGs normally.
*
* CSS Filter generator used to generate the filter for hex code #77d9dd (light blue)
* https://codepen.io/sosuke/pen/Pjoqqp, https://stackoverflow.com/a/53336754
*/}
Expand Down Expand Up @@ -76,7 +78,7 @@ const NavBar = () => {
<Toolbar>
{/** Small Display: Drawer Button */}
<IconButton color="inherit" aria-label="open drawer" edge="start" onClick={handleDrawerToggle} sx={{ mr: 2, display: { sm: "none" } }}>
<MenuIcon />
<MenuIcon htmlColor="#77d9dd" />
</IconButton>

{/** Large Display: Left of screen (filled except for btns) */}
Expand Down

0 comments on commit afaedf0

Please sign in to comment.