Skip to content

Commit

Permalink
Remove hacky usage of font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Apr 8, 2022
1 parent 83c3779 commit 7d76640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,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;
}
Expand Down

0 comments on commit 7d76640

Please sign in to comment.