Skip to content

Commit a2a9cbb

Browse files
author
Akos Kitta
committed
Fixed a styling issue in the boards select dialog.
Closes: arduino/arduino-pro-ide#137 Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent dd10436 commit a2a9cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/browser/style/board-select-dialog.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i{
3535
#select-board-dialog .selectBoardContainer .search input,
3636
#select-board-dialog .selectBoardContainer .list,
3737
#select-board-dialog .selectBoardContainer .list {
38-
background: white; /* TODO find a theia color instead! */
38+
background: var(--theia-layout-color0);
3939
}
4040

4141
#select-board-dialog .selectBoardContainer .body .search input {

0 commit comments

Comments
 (0)