diff --git a/ts/components/leftpane/LeftPaneSectionHeader.tsx b/ts/components/leftpane/LeftPaneSectionHeader.tsx index d6a97330d..907b124fd 100644 --- a/ts/components/leftpane/LeftPaneSectionHeader.tsx +++ b/ts/components/leftpane/LeftPaneSectionHeader.tsx @@ -56,8 +56,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; `;