UNPKG

@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) 274 B
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), }), }))