UNPKG

@fluentui/react-northstar

Version:
17 lines (16 loc) 440 B
import _get from "lodash/get"; import { pxToRem } from '../../../../utils'; export var headerDescriptionStyles = { root: function root(_ref) { var p = _ref.props, v = _ref.variables; var colors = v.colorScheme[p.color]; return { display: 'block', color: _get(colors, 'foreground', v.color), fontSize: pxToRem(22), fontWeight: 400 }; } }; //# sourceMappingURL=headerDescriptionStyles.js.map