Skip to content

Commit

Permalink
IDE updater dialog colors fix (arduino#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
francescospissu authored Jun 21, 2022
1 parent bd6bc13 commit 083337d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
}

.ide-updater-dialog .changelog-container {
background: white;
border: 1px solid #dae3e3;
color: var(--theia-dropdown-foreground);
background-color: var(--theia-dropdown-background);
border: 1px solid var(--theia-tree-indentGuidesStroke);
border-radius: 2px;
font-size: 12px;
height: 180px;
Expand Down

0 comments on commit 083337d

Please sign in to comment.