@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.
12 lines • 333 B
JavaScript
import { IconButton, styled } from '@mui/material';
export const CloseButtonLayout = styled(IconButton)(() => ({
position: 'absolute',
top: '12px',
right: '26px',
zIndex: 1,
height: '40px',
width: '40px',
alignItems: 'center',
justifyContent: 'center',
}));
//# sourceMappingURL=AppDrawer.style.js.map