Skip to content

Commit dbadb86

Browse files
fix: consistent :hover styling (#8034)
1 parent b22252d commit dbadb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-components/src/Containers/Sidebar/SidebarItem/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@apply rounded-sm
2020
bg-neutral-100
2121
text-neutral-900
22-
dark:bg-neutral-800
22+
dark:bg-neutral-900
2323
dark:text-neutral-100;
2424
}
2525

0 commit comments

Comments
 (0)