diff --git a/src/components/Home/Comment/Comment.tsx b/src/components/Home/Comment/Comment.tsx index b1e7be4..a41bad0 100644 --- a/src/components/Home/Comment/Comment.tsx +++ b/src/components/Home/Comment/Comment.tsx @@ -66,7 +66,7 @@ const Comment = React.memo(({ comment }: CommentProps) => { {'·'} {distanceText}전 - + {comment.writersVotedOption} diff --git a/src/components/Notifications/NotificationItem.tsx b/src/components/Notifications/NotificationItem.tsx index 549b461..3a458d2 100644 --- a/src/components/Notifications/NotificationItem.tsx +++ b/src/components/Notifications/NotificationItem.tsx @@ -56,7 +56,7 @@ const NotificationItem = ({ onClick, notification }: NotificationItem) => { 투표가 마감 되었어요, 지금 바로 결과를 확인해 보세요! - + 성수 치킨 버거의 종결지는? 성수 치킨 버거의 종결지는? diff --git a/src/components/Notifications/TabHeader.tsx b/src/components/Notifications/TabHeader.tsx index 18fda09..6aa7022 100644 --- a/src/components/Notifications/TabHeader.tsx +++ b/src/components/Notifications/TabHeader.tsx @@ -29,7 +29,7 @@ const TabHeader = ({ currentTab, setCurrentTab }: TabHeaderProps) => { {tabName} diff --git a/src/components/commons/RadioInput/RadioInput.tsx b/src/components/commons/RadioInput/RadioInput.tsx index b187144..3ed45db 100644 --- a/src/components/commons/RadioInput/RadioInput.tsx +++ b/src/components/commons/RadioInput/RadioInput.tsx @@ -27,8 +27,8 @@ const RadioLabel = styled.label<{ checked: boolean }>` font-weight: 700; color: ${({ theme }) => theme.colors.purple}; text-align: center; - background-color: ${({ checked, theme }) => (checked ? theme.colors.sub_navy2 : 'transparent')}; - border: 1px solid ${({ theme }) => theme.colors.sub_purple}; + background-color: ${({ checked, theme }) => (checked ? theme.colors.navy2 : 'transparent')}; + border: 1px solid ${({ theme }) => theme.colors.purple}; border-radius: 10px; `; @@ -58,7 +58,7 @@ const RadioInput = (props: RadioInputProps) => { {errors[id] && ( - + * {errors[id]?.message?.toString()} )} diff --git a/src/components/commons/SelectInput/SelectInput.tsx b/src/components/commons/SelectInput/SelectInput.tsx index 22b7ac8..f359faf 100644 --- a/src/components/commons/SelectInput/SelectInput.tsx +++ b/src/components/commons/SelectInput/SelectInput.tsx @@ -72,7 +72,7 @@ const SelectInput = (props: SelectInputProps) => { {errors[id] && ( - + * {errors[id]?.message?.toString()} )}