Skip to content

Commit 6dd1f4a

Browse files
committed
fix: tab icon colors in light theme
1 parent c7f895e commit 6dd1f4a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/styles/Extn-TabBar.less

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
transition: height 0.3s ease;
2424
scroll-behavior: auto;
2525
background-color: #f5f5f5;
26+
27+
.bd-icon {
28+
color: #666;
29+
.dark & {
30+
color: unset;
31+
}
32+
}
2633
}
2734

2835
.dark .phoenix-tab-bar {
@@ -341,6 +348,12 @@
341348
align-items: center;
342349
cursor: pointer;
343350
justify-content: space-between;
351+
.bd-icon {
352+
color: #666;
353+
.dark &, .selected & {
354+
color: unset;
355+
}
356+
}
344357
}
345358

346359
.dropdown-tab-item:hover {

0 commit comments

Comments
 (0)