Skip to content

Commit 7915a8c

Browse files
fix(ui5-icon): default icon color aligned with specification (#8376)
Fixes: #8375
1 parent 30763ff commit 7915a8c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/main/src/themes/Icon.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
display: inline-block;
1818
width: 1rem;
1919
height: 1rem;
20-
color: var(--sapContent_NonInteractiveIconColor);
20+
color: var(--sapContent_IconColor);
2121
fill: currentColor;
2222
outline: none;
2323
}
@@ -30,10 +30,6 @@
3030
color: var(--sapCriticalElementColor);
3131
}
3232

33-
:host([design="Default"]) {
34-
color: var(--sapContent_IconColor);
35-
}
36-
3733
:host([design="Information"]) {
3834
color: var(--sapInformativeElementColor);
3935
}

0 commit comments

Comments
 (0)