feat: update layout
This commit is contained in:
@@ -12,8 +12,8 @@ const SidebarItem = forwardRef<
|
||||
return (
|
||||
<Button
|
||||
className={cn(
|
||||
'flex shadow-none items-center bg-transparent w-12 h-12 xl:w-full xl:h-auto p-3 m-0 xl:py-2 xl:px-4 rounded-lg xl:justify-start gap-4 text-lg font-semibold [&_svg]:size-full xl:[&_svg]:size-4',
|
||||
active && 'text-primary hover:text-primary',
|
||||
'flex shadow-none items-center transition-colors duration-500 bg-transparent w-12 h-12 xl:w-full xl:h-auto p-3 m-0 xl:py-2 xl:px-3 rounded-lg xl:justify-start gap-4 text-lg font-semibold [&_svg]:size-full xl:[&_svg]:size-4',
|
||||
active && 'text-primary hover:text-primary bg-primary/10 hover:bg-primary/10',
|
||||
className
|
||||
)}
|
||||
variant="ghost"
|
||||
|
||||
Reference in New Issue
Block a user