@fluentui/react-northstar
Version:
A themable React component library.
12 lines (11 loc) • 503 B
JavaScript
export 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
};
};
//# sourceMappingURL=datepickerCalendarCellVariables.js.map