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.

67 lines 1.93 kB
export const watermelonLightTheme = { colorSchemes: { light: { palette: { primary: { main: '#f7557c', }, secondary: { main: '#00A35A', }, background: { default: '#ffeff3', paper: '#ffffff', }, text: { primary: '#190006', secondary: '#766066', }, grey: { 200: '#F0E5E8', 300: '#E5D7DA', 700: '#7A666B', 800: '#58373F', }, playground: { main: '#f7557c', }, }, }, }, shape: { borderRadius: 16, borderRadiusSecondary: 16, borderRadiusTertiary: 24, }, typography: { fontFamily: 'Inter, sans-serif', }, container: { boxShadow: '0px 8px 32px rgba(0, 0, 0, 0.12)', borderRadius: '16px', }, components: { MuiCard: { defaultProps: { variant: 'elevation' }, }, // MuiIconButton: { // styleOverrides: { // root: ({ theme }) => ({ // backgroundColor: alpha(theme.palette.common.white, 0.04), // color: 'inherit', // borderRadius: theme.vars.shape.borderRadiusSecondary, // '&:hover': { // backgroundColor: alpha( // theme.palette.mode === 'light' // ? theme.palette.common.black // : theme.palette.common.white, // 0.08, // ), // color: 'inherit', // }, // }), // }, // }, }, }; //# sourceMappingURL=watermelonLight.js.map