From 1fe4b21819dfe3507dc617369eb467607d90f58e Mon Sep 17 00:00:00 2001 From: joshcho Date: Fri, 29 Aug 2025 07:11:55 +0900 Subject: [PATCH] =?UTF-8?q?EDIT=20-=20=ED=86=B5=EA=B3=84=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/statistics/StatsGrpah.tsx | 1 + src/pages/StatisticsPage.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/statistics/StatsGrpah.tsx b/src/components/statistics/StatsGrpah.tsx index db0eee9..3861184 100644 --- a/src/components/statistics/StatsGrpah.tsx +++ b/src/components/statistics/StatsGrpah.tsx @@ -56,6 +56,7 @@ const Bar = styled.div<{ height: number }>` width: 100%; max-width: 20px; background-color: ${GGAMJA_COLOR.GREEN}; + border: 1.5px solid ${GGAMJA_COLOR.LIGHT_BROWN}; border-radius: 8px; height: ${({ height }) => height}%; transition: height 0.3s ease; diff --git a/src/pages/StatisticsPage.tsx b/src/pages/StatisticsPage.tsx index f2be0e5..5193742 100644 --- a/src/pages/StatisticsPage.tsx +++ b/src/pages/StatisticsPage.tsx @@ -80,6 +80,7 @@ const StatisticsTextContainer = styled.div<{ isSurpassed: boolean }>` width: 100%; color: ${GGAMJA_COLOR.DARK_BROWN}; word-break: keep-all; + line-height: 1.5; `; const StatisticsCategory = styled.h3`