File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ import { SpacerMD, SpacerSM } from '../basic/Text';
20
20
import { MenuButton } from '../buttons' ;
21
21
import { SessionIcon , SessionIconButton } from '../icon' ;
22
22
import { Localizer } from '../basic/Localizer' ;
23
- import { H2 } from '../basic/Heading' ;
23
+ import { H4 } from '../basic/Heading' ;
24
24
25
25
const StyledLeftPaneSectionHeader = styled ( Flex ) `
26
26
height: var(--main-view-header-height);
27
27
padding-inline-end: 7px;
28
28
transition: var(--default-duration);
29
29
` ;
30
30
31
- const SectionTitle = styled ( H2 ) `
31
+ const SectionTitle = styled ( H4 ) `
32
32
flex-grow: 1;
33
33
` ;
34
34
@@ -68,7 +68,7 @@ const StyledBanner = styled(Flex)`
68
68
` ;
69
69
70
70
const StyledBannerTitle = styled . p `
71
- font-size: var(--font-size-h4 );
71
+ font-size: var(--font-size-h8 );
72
72
font-weight: 500;
73
73
line-height: 1;
74
74
` ;
You can’t perform that action at this time.
0 commit comments