UNPKG

@hypernetlabs/web-ui

Version:
33 lines 754 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%", borderRadius: 4, }, itemWrapper: { padding: 24, display: "flex", justifyContent: "space-between", alignItems: "center", }, itemBorderBottom: { borderBottom: "1px solid #F2F2F2", }, itemBorder: { border: "1px solid #F2F2F2", }, tokenLogo: { width: 30, }, tokenAmount: { fontSize: 20, }, tokenName: { fontSize: 16, opacity: 0.3, }, }); //# sourceMappingURL=BalanceList.style.js.map