mirror of
https://github.com/urbit/shrub.git
synced 2025-01-02 01:25:55 +03:00
publish: raise comment input line height
This commit is contained in:
parent
c2f655878d
commit
5481deae30
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user