UNPKG

@fluentui/react-northstar

Version:
17 lines (15 loc) 663 B
"use strict"; exports.__esModule = true; exports.datepickerCalendarCellVariables = void 0; var datepickerCalendarCellVariables = function datepickerCalendarCellVariables(siteVars) { return { calendarCellSelectedColor: siteVars.colors.black, calendarCellHoverColor: siteVars.colors.black, calendarCellTodayColor: siteVars.colors.black, calendarCellQuietColor: siteVars.colors.white, calendarCellDisabledColor: siteVars.accessibleGreen, calendarCellHoverBackgroundColor: siteVars.accessibleCyan }; }; exports.datepickerCalendarCellVariables = datepickerCalendarCellVariables; //# sourceMappingURL=datepickerCalendarCellVariables.js.map