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 #374 from deriv-com/prince/trustpilot-size-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Feb 19, 2024
2 parents 34edda1 + 80c0858 commit 4aff594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/components/src/lib/rating/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const StarBox = ({ percent, colorKey = 0, size = 'md' }: StarBoxProps) => {

const BoxSizeClassName = {
sm: 'w-1200 h-1200',
md: 'lg:w-[96px] lg:h-[96px] w-[48px] h-[48px]',
md: 'max-lg:w-[48px] max-lg:h-[48px] lg:w-[96px] lg:h-[96px]',
};

const StarClassName = {
Expand Down

0 comments on commit 4aff594

Please sign in to comment.