UNPKG

@hypernetlabs/web-ui

Version:
22 lines 565 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: { padding: "5px 0", width: "100%", }, balancesWrapper: { margin: "24px 0", }, balancesLabel: { fontSize: 20, marginBottom: 24, textAlign: "center", }, alertMessage: { color: (props) => (props.error ? "red" : "black"), }, }); //# sourceMappingURL=WithdrawWidget.style.js.map