Skip to content

Commit

Permalink
fix(toast-plate): fix cross color (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrsavk committed May 13, 2021
1 parent 2d277e6 commit fb53533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/toast-plate/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
padding: var(--gap-2xs);
transition: opacity 0.2s ease-out;
cursor: pointer;
color: var(--color-light-text-primary-inverted);

&:hover .closeIcon {
opacity: 0.7;
Expand Down

0 comments on commit fb53533

Please sign in to comment.