hovering on sidebar looks nice now

This commit is contained in:
2026-06-26 18:23:14 -05:00
parent 0e93858513
commit 91ef732eeb
3 changed files with 3 additions and 31 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export function NavMain({
{items.map((item) => (
<SidebarMenuItem
key={item.title}
className="hover:bg-gray-900 rounded-4xl"
className="hover:bg-back hover:border-0"
>
<SidebarMenuButton tooltip={item.title}>
{item.icon}