@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
35 lines • 1.08 kB
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) => ({
topWrapper: {
marginBottom: 24,
},
titleWrapper: {
display: "flex",
justifyContent: "space-between",
alignItems: "center",
color: theme.palette.text.primary,
},
description: { marginTop: 8, color: theme.palette.text.hint },
tableColumnHeader: {
fontWeight: theme_1.EFontWeight.SEMI_BOLD,
fontSize: theme_1.EFontSize.BODY2,
borderBottom: `1px solid ${theme_1.colors.GRAY300}`,
},
tableCell: {
fontWeight: theme_1.EFontWeight.REGULAR,
fontSize: theme_1.EFontSize.BODY2,
borderBottom: `1px solid ${theme_1.colors.GRAY150}`,
},
mobileRowCard: {
marginBottom: 24,
},
mobileExpandButton: {
display: "flex",
margin: "auto",
},
}));
//# sourceMappingURL=GovernanceTable.style.js.map