UNPKG

@hypernetlabs/web-ui

Version:
23 lines 643 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)(() => ({ wrapper: { padding: 24, margin: "auto", display: "flex", flexDirection: "column", alignItems: "center", textAlign: "center", maxWidth: 480, }, title: { fontWeight: theme_1.EFontWeight.BOLD, marginTop: 16, marginBottom: 8, }, description: {}, })); //# sourceMappingURL=GovernanceEmptyState.style.js.map