@fluentui/react-northstar
Version:
A themable React component library.
17 lines (16 loc) • 440 B
JavaScript
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