@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 • 398 B
JavaScript
import { Box, styled } from '@mui/material';
import { getContrastAlphaColor } from '../../utils/colors.js';
export const ResetButtonContainer = styled(Box)(({ theme }) => ({
background: getContrastAlphaColor(theme, 0.04),
borderRadius: '16px',
padding: '16px',
svg: {
fill: getContrastAlphaColor(theme, 0.4),
},
}));
//# sourceMappingURL=ResetSettingsButton.style.js.map