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.

9 lines 349 B
import { styled } from '@mui/material'; import { ListItemButton as ListItemButtonBase } from '../ListItemButton.js'; export const ListItemButton = styled(ListItemButtonBase)(({ theme }) => ({ paddingLeft: theme.spacing(1.5), paddingRight: theme.spacing(1.5), height: 64, width: '100%', })); //# sourceMappingURL=ListItemButton.js.map