UNPKG

react-native-switch-month-week

Version:

react native calendar with a week and month view

16 lines (14 loc) 656 B
export const containerBackgroundColor = '#ffffff'; export const calendarBackgroundColor = '#ffffff'; export const reservationBackgroundColor = '#ffffff'; export const todayTextColor = '#3370ff'; export const selectedTodayButtonBackgroundColor = '#3370ff'; export const selectedButtonBackgroundColor = '#bbbbbb'; export const dotBackgroundColor = '#3370ff'; export const disabledButtonTextColor = '#818888'; export const dotSize = 4; export const knobShadowColor = '#eee'; export const buttonTextColor = '#2b2b2b'; export const dayNameTextColor = '#2b2b2b'; export const agendaItemBackgroundColor = '#e2eaff'; export const agendaItemTextColor = '#3370ff';