8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6bc13 commit 083337dCopy full SHA for 083337d
arduino-ide-extension/src/browser/style/ide-updater-dialog.css
@@ -27,8 +27,9 @@
27
}
28
29
.ide-updater-dialog .changelog-container {
30
- background: white;
31
- border: 1px solid #dae3e3;
+ color: var(--theia-dropdown-foreground);
+ background-color: var(--theia-dropdown-background);
32
+ border: 1px solid var(--theia-tree-indentGuidesStroke);
33
border-radius: 2px;
34
font-size: 12px;
35
height: 180px;
0 commit comments