From 7749ecef1e7e191ad4ef5520aa5f8caac509d2df Mon Sep 17 00:00:00 2001 From: seoAreum <1971236@hansung.ac.kr> Date: Fri, 19 Jan 2024 01:48:26 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EC=8A=A4=ED=81=AC=EB=A1=A4=20?= =?UTF-8?q?=EB=A7=88=EC=A7=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/LecueNote/components/ShowColorChart/ShowColorChart.style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LecueNote/components/ShowColorChart/ShowColorChart.style.ts b/src/LecueNote/components/ShowColorChart/ShowColorChart.style.ts index 4a376f32..c018244b 100644 --- a/src/LecueNote/components/ShowColorChart/ShowColorChart.style.ts +++ b/src/LecueNote/components/ShowColorChart/ShowColorChart.style.ts @@ -7,7 +7,7 @@ export const Wrapper = styled.div` justify-content: flex-start; align-items: center; - padding: 0.5rem 0.1rem 0.7rem 0.3rem; + padding: 0.2rem 0.1rem 1rem 0.3rem; overflow-x: scroll; `;