From dc2ee69b03de97e957272edfec44a5bbd43a8f31 Mon Sep 17 00:00:00 2001 From: sunjung Date: Sat, 4 Apr 2026 21:06:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20PLI-16=20(=ED=8D=BC=EB=B8=94=EB=A6=AC?= =?UTF-8?q?=EC=8B=B1=20=ED=94=BC=EB=93=9C=EB=B0=B1=20=EB=B0=98=EC=98=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/screens/addTrip/AddTripCalendarScreen.tsx | 24 +++++++------------ 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/screens/addTrip/AddTripCalendarScreen.tsx b/src/screens/addTrip/AddTripCalendarScreen.tsx index 086e6d1..1bc9f7d 100644 --- a/src/screens/addTrip/AddTripCalendarScreen.tsx +++ b/src/screens/addTrip/AddTripCalendarScreen.tsx @@ -6,6 +6,7 @@ import type { NativeStackNavigationProp } from '@react-navigation/native-stack'; import type { RootStackParamList } from '@/navigation/types'; import { CalendarList, LocaleConfig } from 'react-native-calendars'; +import { TopBar } from '@/components' import { BackArrow } from '@/assets/icons'; import { COLORS } from '@/constants/colors'; @@ -156,14 +157,7 @@ const AddTripCalendarScreen: React.FC = () => { // ==================== 렌더링 ==================== return ( - - navigation.goBack()}> - - - - 여행지 추가 - - + navigation.goBack()} /> {/* ==================== 달력 List ==================== */} @@ -306,22 +300,22 @@ const AddTripCalendarScreen: React.FC = () => { {/* ==================== 날짜 등록 버튼 ==================== */} - + navigation.navigate('WishlistScreen')} - className="h-[44px] w-[370px] items-center justify-center rounded-[4px]" + className="h-[44px] w-full items-center justify-center rounded-[4px]" style={{ backgroundColor: isButtonEnabled ? COLORS.main : COLORS.buttonDisabledOverlay, borderWidth: 1,