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.

10 lines 297 B
import { Link as MuiLink, styled } from '@mui/material'; export const Link = styled(MuiLink)(({ theme }) => ({ display: 'flex', alignItems: 'center', border: 'none', ':hover': { color: theme.vars.palette.primary.main, }, })); //# sourceMappingURL=PoweredBy.style.js.map