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