fix: ses-2087 recovery password banner heading is too large

pull/3056/head
William Grant 1 year ago
parent e41366b03c
commit 8bebf28eb7

@ -56,8 +56,8 @@ const StyledBanner = styled(Flex)`
`; `;
const StyledBannerTitle = styled.p` const StyledBannerTitle = styled.p`
font-size: var(--font-size-lg); font-size: var(--font-size-h4);
font-weight: 700; font-weight: 500;
line-height: 1; line-height: 1;
`; `;

Loading…
Cancel
Save