Skip to content

Commit

Permalink
Merge pull request #721 from sudhanshutech/card/bg
Browse files Browse the repository at this point in the history
fix background of catalog card
  • Loading branch information
sudhanshutech committed Aug 19, 2024
2 parents 8eed0c2 + ca8ce6f commit cf98ff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/custom/CatalogCard/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}));
Expand Down

0 comments on commit cf98ff7

Please sign in to comment.