Skip to content

Commit

Permalink
Remove hacky usage of font-size (apache#19615)
Browse files Browse the repository at this point in the history
  • Loading branch information
geido authored and philipher29 committed Jun 9, 2022
1 parent 4f3319c commit 82d35f5
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 82d35f5

Please sign in to comment.