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`