hovering on sidebar looks nice now
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user