@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
34 lines • 942 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)((theme) => ({
button: (any) => ({
padding: "12px 16px",
backgroundColor: theme_1.colors.GRAY150,
marginBottom: 20,
"&:hover": {
backgroundColor: theme_1.colors.PURPLE100,
},
}),
number: {
color: theme_1.colors.GRAY500,
},
title: (any) => ({
marginLeft: 40,
marginRight: 40,
textAlign: "left",
wordBreak: "break-word",
}),
status: (any) => ({
marginLeft: "auto",
}),
activePulse: {
minWidth: 16,
minHeight: 16,
backgroundColor: theme_1.colors.PURPLE400,
marginLeft: 36,
},
}));
//# sourceMappingURL=GovernanceProposalListItem.style.js.map