Skip to content

Commit

Permalink
Fix rating component: Star width set to medium
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiTWIndia committed Nov 2, 2023
1 parent 255ef96 commit 90f199d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/Rating/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const RatingContainer = styled.div`
:not(:checked) > label {
float: right;
width: ${theme.font.sizes.xsmall};
width: ${theme.font.sizes.medium};
overflow: hidden;
white-space: nowrap;
cursor: pointer;
Expand Down

0 comments on commit 90f199d

Please sign in to comment.