Skip to content

Commit

Permalink
fix(background): card
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Aug 19, 2024
1 parent 52bfc6f commit ca8ce6f
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 ca8ce6f

Please sign in to comment.