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 dd10436 commit a2a9cbbCopy full SHA for a2a9cbb
arduino-ide-extension/src/browser/style/board-select-dialog.css
@@ -35,7 +35,7 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i{
35
#select-board-dialog .selectBoardContainer .search input,
36
#select-board-dialog .selectBoardContainer .list,
37
#select-board-dialog .selectBoardContainer .list {
38
- background: white; /* TODO find a theia color instead! */
+ background: var(--theia-layout-color0);
39
}
40
41
#select-board-dialog .selectBoardContainer .body .search input {
0 commit comments