Skip to content

Commit 4fee17c

Browse files
use proper variable for ide updater dialog
1 parent df9d8fe commit 4fee17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-ide-extension/src/browser/style/ide-updater-dialog.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
}
2828

2929
.ide-updater-dialog .changelog-container {
30-
color: var(--theia-dropdown-foreground);
31-
background-color: var(--theia-dropdown-background);
30+
color: var(--theia-editor-foreground);
31+
background-color: var(--theia-editor-background);
3232
border: 1px solid var(--theia-tree-indentGuidesStroke);
3333
border-radius: 2px;
3434
font-size: 12px;

0 commit comments

Comments
 (0)