Skip to content

Commit

Permalink
feat: opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSlain committed Jan 14, 2025
1 parent 15953e3 commit 3984c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Evaluations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ export function HoverRating({ value, setValue }) {
}}
emptyIcon={
<StarIcon
style={{ opacity: 0.55, border: 2, borderColor: 'white' }}
style={{ opacity: 0.2, color: 'var(--text-default-grey)' }}
fontSize="inherit"
/>
}
Expand Down

0 comments on commit 3984c95

Please sign in to comment.