fix(meeting-ended/rating): Update star rating icon to improve visual representation. (#21319)

This commit is contained in:
André Castro 2024-10-02 12:04:37 -03:00 committed by GitHub
parent 3630f92261
commit a1a4b66155
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ const StarRating = styled.div`
color: ${colorPrimary};
text-shadow: 0 0 3px ${colorPrimary};
&:before {
content: '\\e951';
content: '\\e952';
}
}
}