Skip to content

Commit 7a61b68

Browse files
committed
Fix background color in dark mode
Signed-off-by: David Kronhardt <34436776+dakr0013@users.noreply.github.com>
1 parent 469b47e commit 7a61b68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/viewer/App.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
font-size: 12px;
5555
color: var(--base-text-color);
5656
overflow: hidden;
57+
background-color: var(--main-background-color);
5758
}
5859
.LeftPanel {
5960
border-right: 1px solid #ccc;

0 commit comments

Comments
 (0)