Skip to content

Commit 7387d9e

Browse files
committed
fix(icon): add media query style for WHCM
1 parent f92ffdd commit 7387d9e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/pharos/src/components/icon/pharos-icon.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@
66
.icon {
77
display: block;
88
}
9+
10+
@media screen and (forced-colors: active) {
11+
.icon {
12+
fill: currentcolor;
13+
stroke: currentcolor;
14+
}
15+
}

0 commit comments

Comments
 (0)