chore: fix linting

This commit is contained in:
41666 2022-01-22 22:14:16 -05:00
parent 20efb22605
commit 8c07ed3123

View file

@ -89,6 +89,7 @@ export const TextInputWithIcon = (props: TextInputWithIconProps) => {
const StyledTextarea = styled.textarea`
${common};
${fontCSS};
margin: 0.5em 0;
`;