UNPKG

@hypernetlabs/web-ui

Version:
14 lines 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useStyles = void 0; const core_1 = require("@material-ui/core"); const theme_1 = require("../../theme"); exports.useStyles = (0, core_1.makeStyles)(() => ({ chip: ({ color, backgroundColor }) => ({ borderRadius: 3, color, backgroundColor, fontWeight: theme_1.EFontWeight.MEDIUM, }), })); //# sourceMappingURL=GovernanceChip.style.js.map