Skip to content

Commit d9c752d

Browse files
committed
chore: Icon component classname update for active link
1 parent a05377a commit d9c752d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Shared/Components/TabGroup/TabGroup.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
color: var(--B500);
9191
font-weight: 600;
9292
@include svg-styles(var(--B500));
93+
94+
svg.icon-component-color {
95+
--overrideIconColor: var(--B500);
96+
}
9397
}
9498

9599
&:not(.active) {

0 commit comments

Comments
 (0)