Skip to content

Commit

Permalink
change navbar colour to teal.200
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas957 committed Feb 5, 2024
1 parent a5add52 commit f247790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/react/src/components/shared/SideBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const NavItem = ({icon, route, children, ...rest}) => {
role="group"
cursor="pointer"
_hover={{
bg: 'red.400',
bg: 'teal.200',
color: 'white',
}}
{...rest}>
Expand Down

0 comments on commit f247790

Please sign in to comment.