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 #250 from deriv-com/prince/fix-social-proof-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-deriv authored Dec 8, 2023
2 parents 35d26c5 + df6738c commit ede3b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/components/src/lib/rating/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ export const Rating = ({
const colorKey = Math.ceil(rate);

const gapClassName = {
sm: 'gap-gap-md',
md: 'gap-gap-sm',
sm: 'gap-gap-xs',
md: 'gap-gap-md',
};

return (
Expand Down

0 comments on commit ede3b4a

Please sign in to comment.