Skip to content

Commit 2e9b2a5

Browse files
authored
fix(combo): use hardcoded color for case-icon in all themes (#1728)
1 parent e1c79b9 commit 2e9b2a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/combo/themes/combo.base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
--ig-theme: material;
5858
}
5959

60+
[part~='case-icon'] {
61+
color: color(gray, 600);
62+
}
63+
6064
[part='case-icon active'] {
6165
color: color(primary, 500);
6266
}

0 commit comments

Comments
 (0)