mirror of
https://github.com/urbit/shrub.git
synced 2025-01-04 10:32:34 +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"
|
name="comment"
|
||||||
placeholder="Leave a comment here"
|
placeholder="Leave a comment here"
|
||||||
className={
|
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'
|
'b--gray2-d mb2 focus-b--black focus-b--white-d white-d bg-gray0-d'
|
||||||
}
|
}
|
||||||
aria-describedby="comment-desc"
|
aria-describedby="comment-desc"
|
||||||
|
Loading…
Reference in New Issue
Block a user