UNPKG

@hypernetlabs/web-ui

Version:
24 lines 650 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, marginBottom: 24, }, successButton: { marginTop: 40, marginBottom: 16, width: "100%", }, fundButton: { marginBottom: 16, }, balanceListContainer: { backgroundColor: theme_1.colors.GRAY150, padding: 16, }, }); //# sourceMappingURL=OnboardingSuccess.style.js.map