Skip to content

Commit

Permalink
Remove hacky usage of font-size (#19615)
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Apr 11, 2022
1 parent 03a80d5 commit d1e1764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d1e1764

Please sign in to comment.