@naturacosmeticos/natds-react
Version:
A collection of components from Natura Design System for React
11 lines • 452 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var react_jss_1 = require("react-jss");
var styles = (0, react_jss_1.createUseStyles)(function (theme) { return ({
labelContainer: {
fontFamily: ["\"".concat(theme.typography.body.regular.fontFamily, "\""), theme.typography.fallback.fontFamily],
color: theme.color.highlight
}
}); });
exports.default = styles;
//# sourceMappingURL=Label.styles.js.map