mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 00:24:53 +00:00
Formatting
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user