We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bfc6f commit ca8ce6fCopy full SHA for ca8ce6f
src/custom/CatalogCard/style.tsx
@@ -66,6 +66,7 @@ export const DesignInnerCard = styled('div')(({ theme }) => ({
66
height: '100%',
67
textAlign: 'center',
68
transition: 'transform 0.6s',
69
+ background: theme.palette.background.default,
70
boxShadow: `2px 2px 3px 0px ${theme.palette.background.brand?.default}`,
71
borderRadius: '0.9375rem'
72
}));
0 commit comments