UNPKG

react-infinite-calendar-with-range

Version:

Infinite scrolling date-picker built with React, with localization, themes, keyboard support, and more.

19 lines (18 loc) 417 B
'use strict'; module.exports = { textColor: { default: '#333', active: '#FFF' }, selectionColor: '#559FFF', selectionHoverColor: '#99cFFF', selectionDisabledColor: '#ccc', todayColor: '#FFA726', weekdayColor: '#559FFF', headerColor: '#448AFF', floatingNav: { background: 'rgba(56, 87, 138, 0.94)', color: '#FFF', chevron: '#FFA726' } };