fix: adjust height of sidebar menu button for better alignment

This commit is contained in:
THIS ONE IS A LITTLE BIT TRICKY KRUB 2025-02-12 19:10:07 +07:00
parent fc056e9296
commit d2bace4825

View File

@ -101,7 +101,7 @@ export function AppSidebar() {
<SidebarMenuButton asChild> <SidebarMenuButton asChild>
<a <a
href={item.url} href={item.url}
className={`flex items-center gap-3 my-2 px-4 py-3 rounded-lg text-gray-700 transition duration-300 ${ className={`flex h-14 items-center gap-3 my-2 px-4 py-3 rounded-lg text-gray-700 transition duration-300 ${
isActive isActive
? "bg-blue-500 text-white font-semibold" ? "bg-blue-500 text-white font-semibold"
: "hover:bg-gray-200" : "hover:bg-gray-200"