From 6d65d83da9beac234c1304e6d072a62538947757 Mon Sep 17 00:00:00 2001 From: chaeyoung103 Date: Tue, 23 Jan 2024 15:03:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20color=20=EC=82=AC=EC=9A=A9=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/Topic/TopicSideSelection.styles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Topic/TopicSideSelection.styles.tsx b/src/routes/Topic/TopicSideSelection.styles.tsx index d328351..8825e57 100644 --- a/src/routes/Topic/TopicSideSelection.styles.tsx +++ b/src/routes/Topic/TopicSideSelection.styles.tsx @@ -11,7 +11,7 @@ export const Container = styled.div` height: 100%; padding-top: 19px; overflow: hidden; - background-color: ${(props) => props.theme.colors.navy}; + background-color: ${colors.navy}; `; export const EmptyDiv = styled.div`