@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.
10 lines (8 loc) • 314 B
text/typescript
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)`,
}),
}))