Skip to content

Commit

Permalink
Fix sidebar styling
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok committed Oct 9, 2023
1 parent b0ec234 commit c590d13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const SidebarItemWrapper = styled.div<{
font: ${theme.click.sidebar.navigation[itemType].mobile.typography.hover};
}
&:active {
&:active, &[data-selected="true"] {
font: ${theme.click.sidebar.navigation[itemType].mobile.typography.active};
}
}
Expand Down

0 comments on commit c590d13

Please sign in to comment.