Feedback form (#1670)

This commit is contained in:
Luke Vella 2025-04-16 10:18:18 +01:00 committed by GitHub
parent 2cd5adddae
commit 1ad5f7019a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 216 additions and 9 deletions

View file

@ -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