@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.
9 lines (8 loc) • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Container = void 0;
const material_1 = require("@mui/material");
const styles_1 = require("@mui/material/styles");
exports.Container = (0, styles_1.styled)(material_1.Container)(({ theme }) => ({
padding: theme.spacing(1, 3),
}));