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

backported from chunk 1
pull/3083/head
William Grant 10 months ago
parent edeed6e4cc
commit bb48971fa6

@ -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;
`;

Loading…
Cancel
Save