Skip to content

Commit

Permalink
[#3] hotfix: modal border removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbin9775 committed Aug 8, 2021
1 parent af4c1fd commit 5ea5abf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/VideoModal/VideoModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`;
Expand Down

0 comments on commit 5ea5abf

Please sign in to comment.