Skip to content

Commit d4478a5

Browse files
committed
fix: correct recovery password banner heading size
1 parent 80c738f commit d4478a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ts/components/leftpane/LeftPaneSectionHeader.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ import { SpacerMD, SpacerSM } from '../basic/Text';
2020
import { MenuButton } from '../buttons';
2121
import { SessionIcon, SessionIconButton } from '../icon';
2222
import { Localizer } from '../basic/Localizer';
23-
import { H2 } from '../basic/Heading';
23+
import { H4 } from '../basic/Heading';
2424

2525
const StyledLeftPaneSectionHeader = styled(Flex)`
2626
height: var(--main-view-header-height);
2727
padding-inline-end: 7px;
2828
transition: var(--default-duration);
2929
`;
3030

31-
const SectionTitle = styled(H2)`
31+
const SectionTitle = styled(H4)`
3232
flex-grow: 1;
3333
`;
3434

@@ -68,7 +68,7 @@ const StyledBanner = styled(Flex)`
6868
`;
6969

7070
const StyledBannerTitle = styled.p`
71-
font-size: var(--font-size-h4);
71+
font-size: var(--font-size-h8);
7272
font-weight: 500;
7373
line-height: 1;
7474
`;

0 commit comments

Comments
 (0)