@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
14 lines • 461 B
JavaScript
;
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