Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Jul 16, 2021
1 parent d2a0a2c commit 2b3fc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Comment/CommentTextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down

0 comments on commit 2b3fc62

Please sign in to comment.