From 4cf6b38edc97e0e06957a747035534bfd3568afb Mon Sep 17 00:00:00 2001 From: JinJu Date: Thu, 7 Dec 2023 15:46:49 +0900 Subject: [PATCH] =?UTF-8?q?(#0)=20InputDatePicker=20style=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DatePickerCalendar/subs/CalendarComponentDayText.tsx | 5 +++-- .../Input/InputDatePicker/InputDatePicker.stories.tsx | 4 +--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/core/components/Calendar/DatePickerCalendar/subs/CalendarComponentDayText.tsx b/src/core/components/Calendar/DatePickerCalendar/subs/CalendarComponentDayText.tsx index 00749ee..f7350f3 100644 --- a/src/core/components/Calendar/DatePickerCalendar/subs/CalendarComponentDayText.tsx +++ b/src/core/components/Calendar/DatePickerCalendar/subs/CalendarComponentDayText.tsx @@ -20,18 +20,19 @@ export const CalendarComponentDayText = ({ const isStartDate = isPeriod && periodDates.startDate === currentDate; const isEndDate = isPeriod && periodDates.endDate === currentDate; const singleSelectedDate = (periodDates.startDate && !periodDates.endDate) && currentDate === periodDates.startDate; + console.log(isStartDate); return (
{