mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-08 12:07:28 +02:00
✨ Feedback form (#1670)
This commit is contained in:
parent
2cd5adddae
commit
1ad5f7019a
8 changed files with 216 additions and 9 deletions
|
@ -37,7 +37,7 @@ DialogOverlay.displayName = DialogPrimitive.Overlay.displayName;
|
|||
const dialogContentVariants = cva(
|
||||
cn(
|
||||
//style
|
||||
"bg-background sm:rounded-lg sm:border shadow-lg p-6 gap-4",
|
||||
"bg-background sm:rounded-lg sm:border shadow-lg p-4 gap-4",
|
||||
// position
|
||||
"fixed z-50 grid w-full top-0 left-1/2 -translate-x-1/2",
|
||||
// animation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue