@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
23 lines • 643 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: 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