@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) • 396 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Button = void 0;
const material_1 = require("@mui/material");
const styles_1 = require("@mui/material/styles");
exports.Button = (0, styles_1.styled)(material_1.Button)(({ theme }) => ({
padding: theme.spacing(0.5, 1, 0.625, 1),
lineHeight: 1.0715,
fontSize: '0.875rem',
minWidth: 'unset',
}));