Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit e7bfde5

Browse files
darkwingjasonLaster
authored andcommitted
Fix home button color for dark theme (#5673)
1 parent 23ed947 commit e7bfde5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/PrimaryPanes/Sources.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
height: 13px;
4040
}
4141

42+
.theme-dark .sources-clear-root svg {
43+
fill: var(--theme-body-color);
44+
}
45+
4246
.sources-clear-root .home {
4347
opacity: 0.5;
4448
}

0 commit comments

Comments
 (0)