From bb48971fa64644ab185542ac99c984c0972bab6b Mon Sep 17 00:00:00 2001 From: William Grant Date: Fri, 7 Jun 2024 10:18:30 +1000 Subject: [PATCH] fix: ses-2087 recovery password banner heading is too large backported from chunk 1 --- ts/components/leftpane/LeftPaneSectionHeader.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; `;