@fluentui/react-northstar
Version:
A themable React component library.
17 lines (15 loc) • 699 B
JavaScript
exports.__esModule = true;
exports.datepickerCalendarCellButtonVariables = void 0;
var datepickerCalendarCellButtonVariables = function datepickerCalendarCellButtonVariables(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.datepickerCalendarCellButtonVariables = datepickerCalendarCellButtonVariables;
//# sourceMappingURL=datepickerCalendarCellButtonVariables.js.map
;