react-native-lunar-calendars
Version:
React Native Calendar Components with Lunar Calendar Support - Fork of react-native-calendars with Vietnamese lunar calendar functionality
25 lines (24 loc) • 521 B
JavaScript
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
},
};
}