Skip to content

Commit

Permalink
fix: allow inheritance of icon color, ignore document-color token
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Sep 25, 2021
1 parent 006fa5f commit 67a9446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/icon/stencil.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

svg {
color: var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));
color: var(--utrecht-icon-color, currentColor);
height: var(--utrecht-icon-size, 100%);
width: var(--utrecht-icon-size, 100%);
}

0 comments on commit 67a9446

Please sign in to comment.