UNPKG

@hypernetlabs/web-ui

Version:
22 lines 574 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)({ nudeCard: { border: "unset", backgroundColor: "transparent", }, balancesWrapper: { // margin: "24px 0", }, balancesLabel: { // fontSize: 20, // marginBottom: 24, // textAlign: "center", }, alertMessage: { color: (props) => (props.error ? "red" : "black"), }, }); //# sourceMappingURL=FundWidget.style.js.map