Skip to content

Commit

Permalink
fix: color 사용 코드 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeyoung103 committed Jan 23, 2024
1 parent f67b934 commit 6d65d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Topic/TopicSideSelection.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 6d65d83

Please sign in to comment.