Skip to content

Commit

Permalink
fix(Rating): fix grade background, close #4734 (#4735)
Browse files Browse the repository at this point in the history
Co-authored-by: chenkeyao.chenkeya <[email protected]>
  • Loading branch information
2 people authored and eternalsky committed Jul 16, 2024
1 parent 88c31cf commit 55758fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/rating/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
height: 4px;
transform: rotate(45deg);
border: 1px solid $color-fill1-4;
background: $color-white;
background: $rating-grade-background;
border-bottom-color: transparent;
border-right-color: transparent;
top: -3px;
Expand Down

0 comments on commit 55758fe

Please sign in to comment.