Skip to content

Commit

Permalink
fix: copy button color token (#1441)
Browse files Browse the repository at this point in the history
* fix: copy button color token

* chore: remove extra file changes
  • Loading branch information
alisonjoseph authored Mar 12, 2024
1 parent 700011b commit 69eb948
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ li .row {
outline-offset: -2px;
z-index: 1000;
font-size: 0;

svg {
fill: $icon-on-color;
}

&:hover {
background-color: $gray-80;
}
Expand Down

0 comments on commit 69eb948

Please sign in to comment.