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