Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 455d071

Browse files
fix: added hover style
1 parent 5feb8bf commit 455d071

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/renderer/components/Layout/SideMenuItems.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ export function SideMenuItemLink({
3030
borderLeft="4px solid transparent"
3131
_hover={{
3232
textDecoration: 'none',
33+
bg: 'neutral.50',
34+
_dark: {
35+
bg: 'base.onyx',
36+
},
3337
}}
3438
_focus={{
3539
borderLeftColor: 'base.rose',

0 commit comments

Comments
 (0)