@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 • 369 B
JavaScript
import { Box, styled } from '@mui/material';
export const IconTypography = styled(Box)(({ theme }) => ({
color: `rgba(${theme.vars.palette.common.onBackgroundChannel} / 0.4)`,
lineHeight: 0,
...theme.applyStyles('dark', {
color: `rgba(${theme.vars.palette.common.onBackgroundChannel} / 0.32)`,
}),
}));
//# sourceMappingURL=IconTypography.js.map