@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.
6 lines • 344 B
JavaScript
const borderWidthPx = 2.5;
// 14% is the right bottom offset of the MUI's badge (MuiBadge-badge class)
export const getAvatarMask = (badgeSize) => {
return `radial-gradient(circle ${badgeSize / 2 + borderWidthPx}px at calc(100% - 14%) calc(100% - 14%), #fff0 96%, #fff) 100% 100% / 100% 100% no-repeat`;
};
//# sourceMappingURL=utils.js.map