Skip to content

Commit

Permalink
Adjusted label color in action bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Archie27376 authored and msujew committed Oct 21, 2021
1 parent 4ba6752 commit c12d1ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/monaco/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,11 @@
.monaco-editor .find-widget .matchesCount {
font-family: var(--theia-ui-font-family);
}

.monaco-editor .monaco-action-bar .action-label.codicon {
color: var(--theia-foreground);
}

.monaco-editor .monaco-action-bar .action-item.active {
transform: none;
}

0 comments on commit c12d1ef

Please sign in to comment.