@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
32 lines • 826 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)(() => ({
wrapper: {
padding: 16,
marginBottom: 24,
backgroundColor: theme_1.colors.GRAY100,
border: `2px solid ${theme_1.colors.GRAY200}`,
borderRadius: 3,
},
title: {
marginBottom: 28,
flex: 1,
},
value: {
flex: 1,
padding: 2,
overflowWrap: "anywhere",
},
rowWrapper: {
display: "flex",
justifyContent: "space-between",
},
rightContent: {
marginTop: "auto",
marginLeft: 24,
},
}));
//# sourceMappingURL=GovernanceValueWithTitle.style.js.map