From 8c07ed3123fd2aeaa6c1df4dbe5ad14a1966b83e Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Sat, 22 Jan 2022 22:14:16 -0500 Subject: [PATCH] chore: fix linting --- packages/design-system/atoms/text-input/TextInput.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/design-system/atoms/text-input/TextInput.tsx b/packages/design-system/atoms/text-input/TextInput.tsx index e19c5bd..4f1576b 100644 --- a/packages/design-system/atoms/text-input/TextInput.tsx +++ b/packages/design-system/atoms/text-input/TextInput.tsx @@ -89,6 +89,7 @@ export const TextInputWithIcon = (props: TextInputWithIconProps) => { const StyledTextarea = styled.textarea` ${common}; ${fontCSS}; + margin: 0.5em 0; `;