Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #386 from deriv-com/Jia/_/features-block-cards-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Feb 22, 2024
2 parents af14262 + d2dcb08 commit fa950c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/src/lib/features/card-feature/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Card = ({
}: FeatureCardProps) => {
return (
<Section
className={clsx(
className={qtMerge(
hasPadding ? 'py-general-4xl' : 'py-general-xl',
'bg-background-primary-container',
className,
Expand Down

0 comments on commit fa950c0

Please sign in to comment.