@fluentui/react-northstar
Version:
A themable React component library.
17 lines (15 loc) • 663 B
JavaScript
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
;