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