Skip to content

Commit

Permalink
Update NavBar hamburger icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
anmol5936 committed Mar 8, 2024
1 parent 1aa591c commit 5d1f841
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/shared/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@ function NavBar() {
<button className={`mr-[56.6px] hamburger-icon`} onClick={toggleNav}>
<div
id='line1'
className='w-[52px] h-2 bg-black mb-2 rounded-lg border-black border-solid bg-[#FF4409]'
className='w-[52px] h-2 bg-black mb-2 rounded-lg border-black border-solid bg-orange-600'
style={{
boxShadow: '2px 2px 0px 0px #000, 3px 4px 9.2px 0px rgba(222, 222, 222, 0.48) inset',
transition: 'transform 0.3s ease',
}}></div>
<div
id='line2'
className='w-[52px] h-2 bg-black mb-2 rounded-lg border-black border-solid bg-[#FF4409]'
className='w-[52px] h-2 bg-black mb-2 rounded-lg border-black border-solid bg-orange-600'
style={{
boxShadow: '2px 2px 0px 0px #000, 3px 4px 9.2px 0px rgba(222, 222, 222, 0.48) inset',
}}></div>
<div
id='line3'
className='w-[52px] h-2 bg-black rounded-lg border-black border-solid bg-[#FF4409]'
className='w-[52px] h-2 bg-black rounded-lg border-black border-solid bg-orange-600'
style={{
boxShadow: '2px 2px 0px 0px #000, 3px 4px 9.2px 0px rgba(222, 222, 222, 0.48) inset',
transition: 'transform 0.3s ease',
Expand Down

0 comments on commit 5d1f841

Please sign in to comment.