@appannie/react-infinite-calendar
Version:
Infinite scrolling date-picker built with React, with localization, themes, keyboard support, and more.
19 lines (17 loc) • 336 B
JavaScript
var defaultTheme = {
accentColor: '#0f2346',
floatingNav: {
background: '#0f2346',
chevron: '#fff',
color: '#fff'
},
headerColor: '#0f2346',
selectionColor: '#0f2346',
textColor: {
active: '#fff',
"default": '#0f2346'
},
todayColor: '#c3c8d1',
weekdayColor: '#fff'
};
export default defaultTheme;