@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
20 lines • 512 B
JavaScript
;
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