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