From 5481deae3040cd42d3c5054c002ea6ecb1e901cb Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Tue, 9 Jun 2020 15:58:11 -0400 Subject: [PATCH] publish: raise comment input line height --- pkg/interface/src/apps/publish/components/lib/comment-input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/interface/src/apps/publish/components/lib/comment-input.js b/pkg/interface/src/apps/publish/components/lib/comment-input.js index 257662bf4e..44139a8fb4 100644 --- a/pkg/interface/src/apps/publish/components/lib/comment-input.js +++ b/pkg/interface/src/apps/publish/components/lib/comment-input.js @@ -8,7 +8,7 @@ const CommentInput = React.forwardRef((props, ref) => ( name="comment" placeholder="Leave a comment here" className={ - 'f9 db border-box w-100 ba b--gray3 pt3 ph3 br1 ' + + 'f9 db border-box w-100 ba b--gray3 pt2 ph2 br1 ' + 'b--gray2-d mb2 focus-b--black focus-b--white-d white-d bg-gray0-d' } aria-describedby="comment-desc"