@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 • 329 B
JavaScript
import { Box, alpha, styled } from '@mui/material';
export const IconTypography = styled(Box)(({ theme }) => ({
color: alpha(theme.palette.common.white, 0.4),
lineHeight: 0,
...theme.applyStyles('light', {
color: alpha(theme.palette.common.black, 0.32),
}),
}));
//# sourceMappingURL=IconTypography.js.map