diff --git a/ts/components/leftpane/LeftPaneSectionHeader.tsx b/ts/components/leftpane/LeftPaneSectionHeader.tsx index 9f148b68d..b695b73ed 100644 --- a/ts/components/leftpane/LeftPaneSectionHeader.tsx +++ b/ts/components/leftpane/LeftPaneSectionHeader.tsx @@ -67,8 +67,8 @@ const StyledBanner = styled(Flex)` `; const StyledBannerTitle = styled.p` - font-size: var(--font-size-lg); - font-weight: 700; + font-size: var(--font-size-h4); + font-weight: 500; line-height: 1; `;