Skip to content

Commit

Permalink
fix(Icon): high-contrast - revert force canvas background
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiccarrington committed Oct 31, 2024
1 parent cba4384 commit 8d87d5d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/Icon/Icon.style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,6 @@ svg.md-icon-coloured {
height: fit-content;
justify-content: center;
width: fit-content;

@media (forced-colors: active) {
background: Canvas !important;

svg {
fill: CanvasText !important;
stroke: CanvasText !important;
}
}
}

.md-icon-not-found {
Expand Down

0 comments on commit 8d87d5d

Please sign in to comment.