Skip to content

Commit

Permalink
fix(ToastLink): hover color should inherit from link color
Browse files Browse the repository at this point in the history
  • Loading branch information
rivka-ungar committed Jun 27, 2024
1 parent da91e70 commit e8f6e42
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
color: var(--text-color-on-primary);
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;

&:hover {
color: inherit;
}
}

0 comments on commit e8f6e42

Please sign in to comment.