mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-31 06:59:07 +02:00
🔧 Refinements
This commit is contained in:
parent
dfd592e66a
commit
e1af89252b
2 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,7 @@ const DialogContent = React.forwardRef<
|
|||
<DialogPrimitive.Content
|
||||
ref={ref}
|
||||
className={cn(
|
||||
"animate-in sm:zoom-in-90 slide-in-from-top-1/4 data-[state=open]:fade-in shadow-huge fixed z-50 grid w-full gap-4 overflow-hidden bg-white p-5 sm:rounded-md",
|
||||
"animate-in sm:zoom-in-90 data-[state=open]:fade-in shadow-huge fixed z-50 grid w-full gap-4 overflow-hidden bg-white p-5 sm:rounded-md",
|
||||
{
|
||||
"sm:max-w-sm": size === "sm",
|
||||
"sm:max-w-md": size === "md",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue