react-native-lunar-calendars
Version:
React Native Calendar Components with Lunar Calendar Support - Fork of react-native-calendars with Vietnamese lunar calendar functionality
28 lines (27 loc) • 733 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = platformStyles;
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
},
};
}