Formatting

This commit is contained in:
Milan Paunovic
2024-10-13 17:00:17 +02:00
parent 6962bfc727
commit b37000ec4d

View File

@ -46,7 +46,7 @@ export default function CalendarPage() {
borderWidth: 0, borderWidth: 0,
}, },
dayModeHeader: { dayModeHeader: {
alignSelf:'flex-start', alignSelf: 'flex-start',
justifyContent: 'space-between', justifyContent: 'space-between',
alignContent: 'center', alignContent: 'center',
width: 38, width: 38,
@ -157,10 +157,7 @@ export default function CalendarPage() {
activeDate={selectedDate} activeDate={selectedDate}
date={selectedDate} date={selectedDate}
onPressCell={setSelectedNewEndDate} onPressCell={setSelectedNewEndDate}
headerContentStyle={mode === 'day' ? styles.dayModeHeader : {}} headerContentStyle={mode === 'day' ? styles.dayModeHeader : {}}
/> />
)} )}
</View> </View>