From e3c05722699636135f81dd9c430045564e469db5 Mon Sep 17 00:00:00 2001 From: seoAreum <1971236@hansung.ac.kr> Date: Sat, 20 Jan 2024 02:05:05 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EB=84=88=EB=B9=84,=20=EB=86=92=EC=9D=B4=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Mypage/components/NoteModal/NoteModal.style.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Mypage/components/NoteModal/NoteModal.style.ts b/src/Mypage/components/NoteModal/NoteModal.style.ts index 67d860b0..9f8fc72a 100644 --- a/src/Mypage/components/NoteModal/NoteModal.style.ts +++ b/src/Mypage/components/NoteModal/NoteModal.style.ts @@ -20,11 +20,12 @@ export const ModalWrapper = styled.div<{ }>` position: relative; - width: 31.1rem; + width: 31rem; + height: 35.8rem; padding: 0.6rem 0.4rem 1.5rem 2rem; border-radius: 0.4rem; - background-size: cover; + background-size: 31rem 35.8rem; color: ${({ noteTextColor }) => { return noteTextColor; }}; @@ -34,7 +35,7 @@ export const ModalWrapper = styled.div<{ return `background-color: ${noteBackground}`; } else { return `background: url(${noteBackground}); - background-size: cover;`; + background-size: 31rem 35.8rem;`; } }} `;