Skip to content

Commit bc34b22

Browse files
committed
webR App: Background colour in Files and Editor pane
1 parent 04cdbae commit bc34b22

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/repl/components/Editor.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#editor {
22
position: relative;
3+
background-color: var(--bg-primary);
34
}
45

56
.editor-header {

src/repl/components/Files.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#files {
22
padding: 5px 0;
3+
background-color: var(--bg-primary);
34
}
45

56
.files-header {

0 commit comments

Comments
 (0)