From c4a929fade555658240acfe522c6fdbb051ccfe8 Mon Sep 17 00:00:00 2001 From: Mateusz Rostkowski Date: Mon, 8 Apr 2024 14:00:54 +0200 Subject: [PATCH] fix: set properly background color to full screen modal --- src/design-system/modals/FullScreenModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/design-system/modals/FullScreenModal.tsx b/src/design-system/modals/FullScreenModal.tsx index 062148fa..e92106cb 100644 --- a/src/design-system/modals/FullScreenModal.tsx +++ b/src/design-system/modals/FullScreenModal.tsx @@ -29,7 +29,7 @@ export const FullScreenModal = ({ children, modalRef, ...rest }: Props) => { visible={isOpen} onRequestClose={setIsOpen.off} > - + {children}