UNPKG

@hypernetlabs/web-ui

Version:
20 lines 512 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)({ container: { width: "100%", }, balancesEmptyLabel: { fontSize: 20, margin: 25, textAlign: "center", }, balancesLabel: { fontSize: 20, marginTop: 24, textAlign: "center", }, }); //# sourceMappingURL=ConnectorAuthorizationFlow.style.js.map