@fluentui/react-northstar
Version:
A themable React component library.
13 lines (11 loc) • 323 B
JavaScript
exports.__esModule = true;
exports.headerVariables = void 0;
var headerVariables = function headerVariables(siteVars) {
return {
color: siteVars.colors.white,
descriptionColor: siteVars.colors.grey[250]
};
};
exports.headerVariables = headerVariables;
//# sourceMappingURL=headerVariables.js.map
;