UNPKG

react-native-toggle-calendar

Version:

Horizontal as well as Grid calendar built on top of react-native-calendars

25 lines (24 loc) 521 B
export default function platformStyles(appStyle) { return { knob: { width: 38, height: 7, marginTop: 10, borderRadius: 3, backgroundColor: appStyle.agendaKnobColor }, weekdays: { position: 'absolute', left: 0, right: 0, top: 0, flexDirection: 'row', justifyContent: 'space-between', paddingLeft: 24, paddingRight: 24, paddingTop: 15, paddingBottom: 7, backgroundColor: appStyle.calendarBackground }, }; }