Skip to content

Commit

Permalink
fix: speed up transition
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianaCeric committed Nov 23, 2023
1 parent 4741f36 commit 1324329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/Stars.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
overflow: unset;
margin-right: 15px;
color: #8C8C8C;
transition: color 0.15s ease-in-out;
transition: color 0.1s ease-in-out;
}
.star:hover {
cursor: pointer;
Expand Down

0 comments on commit 1324329

Please sign in to comment.