Skip to content

Commit 083337d

Browse files
IDE updater dialog colors fix (#1092)
1 parent bd6bc13 commit 083337d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

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

2929
.ide-updater-dialog .changelog-container {
30-
background: white;
31-
border: 1px solid #dae3e3;
30+
color: var(--theia-dropdown-foreground);
31+
background-color: var(--theia-dropdown-background);
32+
border: 1px solid var(--theia-tree-indentGuidesStroke);
3233
border-radius: 2px;
3334
font-size: 12px;
3435
height: 180px;

0 commit comments

Comments
 (0)