Skip to content

Commit cf98ff7

Browse files
Merge pull request #721 from sudhanshutech/card/bg
fix background of catalog card
2 parents 8eed0c2 + ca8ce6f commit cf98ff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/custom/CatalogCard/style.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const DesignInnerCard = styled('div')(({ theme }) => ({
6666
height: '100%',
6767
textAlign: 'center',
6868
transition: 'transform 0.6s',
69+
background: theme.palette.background.default,
6970
boxShadow: `2px 2px 3px 0px ${theme.palette.background.brand?.default}`,
7071
borderRadius: '0.9375rem'
7172
}));

0 commit comments

Comments
 (0)