diff --git a/index.html b/index.html index e242f27..48b122d 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ - + diff --git a/src/components/addTime/calendar/index.styles.ts b/src/components/addTime/calendar/index.styles.ts index d252822..b5ff380 100644 --- a/src/components/addTime/calendar/index.styles.ts +++ b/src/components/addTime/calendar/index.styles.ts @@ -137,8 +137,7 @@ export const StyledCalendar = styled(Calendar)<{ selectedMethod: string }>` /* 오늘 날짜 */ .react-calendar__tile--now { - color: #59ce8f; - background: #e6f8ee; + background: none; } `;