Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit 0131d0b

Browse files
committed
Fix 'Connected to' label color in Dark theme
1 parent 5b6ab79 commit 0131d0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/css/frame-table.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,7 @@
231231
border-bottom: 1px solid var(--table-splitter-color);
232232
height: 18px;
233233
}
234+
235+
.theme-dark .eventRow .text {
236+
color: var(--theme-body-color-alt);
237+
}

0 commit comments

Comments
 (0)