@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.
11 lines (10 loc) • 367 B
JavaScript
import { getContrastAlphaColor } from '../../utils';
import { Box, styled } from '@mui/material';
export const ResetButtonContainer = styled(Box)(({ theme }) => ({
background: getContrastAlphaColor(theme.palette.mode, '4%'),
borderRadius: '16px',
padding: '16px',
[`svg`]: {
fill: getContrastAlphaColor(theme.palette.mode, '40%'),
},
}));