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.

7 lines (6 loc) 219 B
import { Stack as MuiStack } from '@mui/material'; import { styled } from '@mui/material/styles'; export const Stack = styled(MuiStack)(({ theme }) => ({ position: 'relative', padding: theme.spacing(1, 3), }));