@fluentui/react-northstar
Version:
A themable React component library.
13 lines (11 loc) • 359 B
JavaScript
exports.__esModule = true;
exports.checkboxVariables = void 0;
var checkboxVariables = function checkboxVariables(siteVars) {
return {
borderColorHover: siteVars.accessibleCyan,
disabledToggleIndicatorColor: siteVars.accessibleGreen
};
};
exports.checkboxVariables = checkboxVariables;
//# sourceMappingURL=checkboxVariables.js.map
;