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