From 7a317e3f983659a6744346e0fdb94ca1f4ecff52 Mon Sep 17 00:00:00 2001 From: seoAreum <1971236@hansung.ac.kr> Date: Sat, 20 Jan 2024 01:00:50 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=ED=8F=AC=EC=8A=A4=ED=8A=B8=EC=9E=87?= =?UTF-8?q?=20=EB=82=B4=EB=B6=80=20=EC=82=AC=EC=A7=84=20=ED=81=AC=EA=B8=B0?= =?UTF-8?q?=20=EB=A7=9E=EC=B6=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts b/src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts index 058a8c51..9a72d624 100644 --- a/src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts +++ b/src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts @@ -33,7 +33,7 @@ export const SmallLecueNoteWrapper = styled.div<{ return `background: url(${noteBackground})`; } }}; - background-size: cover; + background-size: 15.2rem 16.6rem; color: ${({ noteTextColor }) => { return noteTextColor; }};