mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-22 02:55:04 -05:00
fix: surveys package X button hover and modal bg fix (#5518)
This commit is contained in:
@@ -13,7 +13,7 @@ const DialogOverlay = React.forwardRef<
|
||||
ref={ref}
|
||||
className={cn(
|
||||
blur && "backdrop-blur-md",
|
||||
"bg-opacity-30 fixed inset-0 z-50 bg-slate-500",
|
||||
"bg-opacity-30 fixed inset-0 z-50",
|
||||
"data-[state='closed']:animate-fadeOut data-[state='open']:animate-fadeIn"
|
||||
)}
|
||||
{...props}
|
||||
|
||||
@@ -8,7 +8,7 @@ export function SurveyCloseButton({ onClose }: SurveyCloseButtonProps) {
|
||||
<button
|
||||
type="button"
|
||||
onClick={onClose}
|
||||
className="fb-text-heading fb-relative fb-h-5 fb-w-5 fb-rounded-md hover:fb-bg-black/5 focus:fb-outline-none focus:fb-ring-2 focus:fb-ring-offset-2">
|
||||
className="fb-text-heading fb-relative fb-h-6 fb-w-6 fb-rounded-md hover:fb-bg-black/5 focus:fb-outline-none focus:fb-ring-2 focus:fb-ring-offset-2">
|
||||
<svg
|
||||
className="fb-h-6 fb-w-6 fb-p-0.5"
|
||||
fill="none"
|
||||
|
||||
Reference in New Issue
Block a user