diff --git a/apps/dashboard/src/components/ui/dialog.tsx b/apps/dashboard/src/components/ui/dialog.tsx index dcdb0e27..2f430e90 100644 --- a/apps/dashboard/src/components/ui/dialog.tsx +++ b/apps/dashboard/src/components/ui/dialog.tsx @@ -39,7 +39,7 @@ const DialogContent = React.forwardRef< Close @@ -91,13 +91,7 @@ const SheetHeader = ({ className, )} {...props} - style={{ - backgroundImage: `url("data:image/svg+xml,")`, - backgroundSize: '100% 100%', - backgroundRepeat: 'repeat', - }} > -
{children}
@@ -125,7 +119,7 @@ const SheetTitle = React.forwardRef< >(({ className, ...props }, ref) => ( )); diff --git a/apps/dashboard/src/modals/Modal/Container.tsx b/apps/dashboard/src/modals/Modal/Container.tsx index 4626b963..81518ca9 100644 --- a/apps/dashboard/src/modals/Modal/Container.tsx +++ b/apps/dashboard/src/modals/Modal/Container.tsx @@ -32,21 +32,18 @@ export function ModalHeader({ return (
")`, - backgroundSize: '100% 100%', - backgroundRepeat: 'repeat', - }} + style={{}} > -
-
+
-
{title}
+
{title}
{!!text && ( -
{text}
+
+ {text} +
)}
{onClose !== false && (