Remove font-size hacky usage (#19611)

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

View File

@ -29,7 +29,7 @@ import { ImportResourceName } from 'src/views/CRUD/types';
const HelperMessage = styled.div`
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;
`;
const StyledInputContainer = styled.div`