fix: Sidebar toggle icon should always appear when hovering over sidebar

This commit is contained in:
Tom Moor
2023-10-05 22:55:49 -04:00
parent ea4de0dfb5
commit 2108ca29df

View File

@@ -311,6 +311,7 @@ const Container = styled(Flex)<ContainerProps>`
${(props: ContainerProps) => props.$isHovering && css(hoverStyles)}
&:hover,
&:focus-within {
${hoverStyles}