Skip to content

Commit

Permalink
Merge pull request #305 from meetarora10/icon-branch
Browse files Browse the repository at this point in the history
Hamburger and cross icons are now visible in every mode.
  • Loading branch information
PatilHarshh authored Jun 29, 2024
2 parents 7492503 + fcad777 commit 5465cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const Navbar = () => {
className="block lg:hidden text-slate-900"
onClick={() => setIsOpen((prev) => !prev)}
>
{isOpen ? <AiOutlineClose size={26} /> : <HiMenuAlt3 size={26} />}
{isOpen ? <AiOutlineClose size={26} style={{color:'orange'}}/> : <HiMenuAlt3 size={26} style={{color:'red'}}/>}
</button>
</nav>

Expand Down

0 comments on commit 5465cb6

Please sign in to comment.