@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.
18 lines (16 loc) • 463 B
text/typescript
import { styled, Typography } from '@mui/material'
export const TokenRateTypography = styled(Typography)(({ theme }) => ({
fontSize: 14,
lineHeight: 1.429,
fontWeight: 500,
color: theme.vars.palette.text.primary,
cursor: 'pointer',
'&:hover': {
opacity: 1,
},
opacity: 0.56,
transition: theme.transitions.create(['opacity'], {
duration: theme.transitions.duration.enteringScreen,
easing: theme.transitions.easing.easeOut,
}),
}))