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 (8 loc) 282 B
import { Button as MuiButton } from '@mui/material'; import { styled } from '@mui/material/styles'; export const Button = styled(MuiButton)(({ theme }) => ({ padding: theme.spacing(0.5, 1, 0.625, 1), lineHeight: 1.0715, fontSize: '0.875rem', minWidth: 'unset', }));