From 5ea5abfd36e1151da8974c20508347e442cf5595 Mon Sep 17 00:00:00 2001 From: hanbin9775 Date: Sun, 8 Aug 2021 21:55:51 +0900 Subject: [PATCH] [#3] hotfix: modal border removed --- src/components/VideoModal/VideoModal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/VideoModal/VideoModal.tsx b/src/components/VideoModal/VideoModal.tsx index d3d2436..0d2a6c0 100644 --- a/src/components/VideoModal/VideoModal.tsx +++ b/src/components/VideoModal/VideoModal.tsx @@ -27,7 +27,6 @@ const ModalContentWrapper = styled.div` height: 682px; width: 770px; border-radius: 5px; - border: 1px solid ${({ theme }) => theme.color.grayScale[250]}; background: #fff; display: flex; `;