UNPKG

@lifi/widget

Version:

LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

12 lines (11 loc) 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ListItemText = void 0; const material_1 = require("@mui/material"); const ListItemText_1 = require("@mui/material/ListItemText"); const styles_1 = require("@mui/material/styles"); exports.ListItemText = (0, styles_1.styled)(material_1.ListItemText)(({ theme }) => ({ [`.${ListItemText_1.listItemTextClasses.primary}`]: { fontWeight: 400, }, }));