Skip to content

Commit

Permalink
Increase Font-Weight on Toolbar Titles
Browse files Browse the repository at this point in the history
What it does

- Increase font-weight of toolbar titles from 450 to 700 to align with
  VSCode

Signed-off-by: seantan22 <sean.a.tan@ericsson.com>
  • Loading branch information
seantan22 authored and vince-fugnitto committed Feb 25, 2021
1 parent 88f8757 commit 06f3ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/browser/style/view-container.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
line-height: var(--theia-view-container-title-height);
z-index: 10;
color: var(--theia-sideBarSectionHeader-foreground);
font-weight: 700;
}

.theia-view-container .part > .header .theia-ExpansionToggle {
Expand Down

0 comments on commit 06f3ac4

Please sign in to comment.