Remove hacky usage of font-size (#19615)

This commit is contained in:
Geido 2022-04-11 16:45:25 +03:00 committed by GitHub
parent 03a80d5d2f
commit d1e17646e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,7 +261,7 @@ export const StyledInputContainer = styled.div`
.helper {
display: block;
color: ${({ theme }) => theme.colors.grayscale.base};
font-size: ${({ theme }) => theme.typography.sizes.s - 1}px;
font-size: ${({ theme }) => theme.typography.sizes.s}px;
padding: ${({ theme }) => theme.gridUnit}px 0;
text-align: left;
}