We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84abb76 commit 54e3fddCopy full SHA for 54e3fdd
src/components/navigation/Navbar.tsx
@@ -37,6 +37,9 @@ const NavLink = ({ children, ...props }: LinkProps) => {
37
color: theme.palette.secondary.main,
38
borderBottom: "solid 4px",
39
},
40
+ "&.active": {
41
+ color: theme.palette.secondary.main,
42
+ },
43
textDecoration: "none",
44
alignItems: "center",
45
display: "flex",
0 commit comments