mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-08 20:17:28 +02:00
✨ Add to calendar button (#1225)
This commit is contained in:
parent
2798ba65ce
commit
1a4eaf7e27
13 changed files with 434 additions and 87 deletions
|
@ -96,7 +96,7 @@ const DropdownMenuItem = React.forwardRef<
|
|||
ref={ref}
|
||||
className={cn(
|
||||
"flex items-center gap-x-2.5",
|
||||
"focus:bg-accent focus:text-accent-foreground relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm font-medium outline-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
||||
"focus:bg-accent focus:text-accent-foreground relative flex cursor-default select-none items-center rounded px-2 py-1.5 text-sm font-medium outline-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
||||
inset && "pl-8",
|
||||
className,
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue