fixed sidebar submenu color turning blue

This commit is contained in:
Kim, Jimin 2022-03-07 13:48:36 +09:00
parent e3de6432d5
commit 52ee176094

View file

@ -20,6 +20,10 @@ const SidebarLink = styled(Link)`
align-items: center;
padding: 20px;
list-style: none;
&:hover {
color: inherit;
}
`
const SidebarLabel = styled.span`