UNPKG

@hypernetlabs/web-ui

Version:
24 lines 589 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useStyles = void 0; const core_1 = require("@material-ui/core"); exports.useStyles = (0, core_1.makeStyles)({ wrapper: { display: "flex", flexDirection: "column", alignItems: "center", width: 480, margin: "auto", }, titleWrapper: { marginBottom: 24, }, subtitleWrapper: { marginBottom: 16, }, buttonWrapper: { marginTop: 16, width: "100%", }, }); //# sourceMappingURL=WalletConnectWidget.style.js.map