UNPKG

@hypernetlabs/web-ui

Version:
19 lines 558 B
"use strict"; 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) => ({ wrapper: { borderRadius: 3, border: `1px solid ${theme_1.colors.GRAY300}`, backgroundColor: theme_1.colors.GRAY100, }, bodyWithHeader: { padding: "16px", }, bodyWithoutHeader: { padding: 16, }, })); //# sourceMappingURL=GovernanceCard.style.js.map