UNPKG

@hypernetlabs/web-ui

Version:
20 lines 555 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)({ subtitle: { fontWeight: theme_1.EFontWeight.REGULAR, }, authenticationSuccessImg: { maxWidth: 280, padding: "40px 0", alignSelf: "center", }, fundButton: { marginTop: 24, marginBottom: 16, }, }); //# sourceMappingURL=EmptyBalance.style.js.map