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

Commit d622361

Browse files
darkwingjasonLaster
authored andcommitted
Ensure sort by name button is visible in dark theme (#5666)
1 parent 23639f5 commit d622361

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/PrimaryPanes/Outline.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@
9898
display: flex;
9999
}
100100

101+
.theme-dark .outline-footer button {
102+
color: var(--theme-body-color);
103+
}
104+
101105
.outline-footer button.active {
102106
background: var(--theme-highlight-blue);
103107
color: #ffffff;

0 commit comments

Comments
 (0)