Skip to content

Commit 1150a41

Browse files
use correct variable for ide updater dialog border
1 parent 4646ba9 commit 1150a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.ide-updater-dialog .changelog-container {
3030
color: var(--theia-editor-foreground);
3131
background-color: var(--theia-editor-background);
32-
border: 1px solid var(--theia-tree-indentGuidesStroke);
32+
border: 1px solid var(--theia-editorWidget-border);
3333
border-radius: 2px;
3434
font-size: 12px;
3535
height: 180px;

0 commit comments

Comments
 (0)