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.

11 lines (10 loc) 288 B
import { Link as MuiLink } from '@mui/material'; import { styled } from '@mui/material/styles'; export const Link = styled(MuiLink)(({ theme }) => ({ display: 'flex', alignItems: 'center', border: 'none', ':hover': { color: theme.palette.primary.main, }, }));