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