Skip to content

Commit

Permalink
fix(ui5-icon): default icon color aligned with specification (#8376)
Browse files Browse the repository at this point in the history
Fixes: #8375
  • Loading branch information
plamenivanov91 authored Mar 7, 2024
1 parent 30763ff commit 7915a8c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/main/src/themes/Icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
display: inline-block;
width: 1rem;
height: 1rem;
color: var(--sapContent_NonInteractiveIconColor);
color: var(--sapContent_IconColor);
fill: currentColor;
outline: none;
}
Expand All @@ -30,10 +30,6 @@
color: var(--sapCriticalElementColor);
}

:host([design="Default"]) {
color: var(--sapContent_IconColor);
}

:host([design="Information"]) {
color: var(--sapInformativeElementColor);
}
Expand Down

0 comments on commit 7915a8c

Please sign in to comment.