Skip to content

Commit

Permalink
fix(overflow): fix styling color for danger overflow to use danger to… (
Browse files Browse the repository at this point in the history
#7463)

* fix(overflow): fix styling color for danger overflow to use danger token. Harness the power of currentColor

* update per feedback

Co-authored-by: Dusan Milko <dusan.milko@ibm.com>
  • Loading branch information
DusanMilko and Dusan Milko committed Dec 17, 2020
1 parent 81aa04f commit 83fd4b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@
.#{$prefix}--overflow-menu-options__option--danger
.#{$prefix}--overflow-menu-options__btn:focus {
color: $text-04;
background-color: $support-01;
background-color: $danger-01;

svg {
fill: $text-04;
fill: currentColor;
}
}

Expand Down

0 comments on commit 83fd4b2

Please sign in to comment.