From 368c4382a5d98850e009124a4a1d7e302402cf7f Mon Sep 17 00:00:00 2001 From: Andrei Balanuta <43002968+snurfer0@users.noreply.github.com> Date: Sat, 9 Dec 2023 19:01:30 +0200 Subject: [PATCH] fix: modal style --- src/components/molecules/modal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/modal.tsx b/src/components/molecules/modal.tsx index c7a6501..53c5821 100644 --- a/src/components/molecules/modal.tsx +++ b/src/components/molecules/modal.tsx @@ -20,9 +20,9 @@ const Modal = forwardRef( ✕ - {title &&

{title}

} + {title &&

{title}

} {description &&
{description}
} -
{children}
+
{children}
{actions}