@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 • 371 B
JavaScript
import { InputBase, inputBaseClasses, styled } from '@mui/material';
export const Input = styled(InputBase)(({ theme }) => ({
paddingRight: theme.spacing(2),
[`.${inputBaseClasses.input}`]: {
padding: theme.spacing(1.5, 1, 1.5, 2),
height: '2.875em',
boxSizing: 'inherit',
},
fontWeight: 500,
}));
//# sourceMappingURL=Input.js.map