diff --git a/src/custom/CatalogCard/style.tsx b/src/custom/CatalogCard/style.tsx index 9fcf7d77..7084a44e 100644 --- a/src/custom/CatalogCard/style.tsx +++ b/src/custom/CatalogCard/style.tsx @@ -66,6 +66,7 @@ export const DesignInnerCard = styled('div')(({ theme }) => ({ height: '100%', textAlign: 'center', transition: 'transform 0.6s', + background: theme.palette.background.default, boxShadow: `2px 2px 3px 0px ${theme.palette.background.brand?.default}`, borderRadius: '0.9375rem' }));