diff --git a/src/components/Comment/CommentTextArea.tsx b/src/components/Comment/CommentTextArea.tsx index a6f3da2a50..9c11cb0edf 100644 --- a/src/components/Comment/CommentTextArea.tsx +++ b/src/components/Comment/CommentTextArea.tsx @@ -61,7 +61,7 @@ const TextStyled = styled(Text)` ` const LoginTextStyled = styled(Text)` - padding: 1.5rem 1.5rem; + padding: 1.5em 1em; ` export const CommentTextArea = ({ onChange, comment, loading }) => {