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,