@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
19 lines • 621 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.useStyles = void 0;
const core_1 = require("@material-ui/core");
exports.useStyles = (0, core_1.makeStyles)((theme) => ({
wrapper: (props) => ({
padding: "8px 12px",
display: "flex",
justifyContent: "center",
backgroundColor: props.config.backgroundColor,
borderRadius: 3,
border: `1px solid ${props.config.borderColor}`,
}),
text: (props) => ({
color: props.config.textColor,
lineHeight: "15.93px",
}),
}));
//# sourceMappingURL=GovernanceTag.style.js.map