Skip to content
This repository was archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Merge pull request #44 from kadirahq/textarea-style
Browse files Browse the repository at this point in the history
Add border-radius for comment form
  • Loading branch information
arunoda authored Oct 17, 2016
2 parents fa3b4d8 + ffe3d39 commit 50d7e58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/manager/components/CommentForm/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default {
display: 'flex',
alignItems: 'center',
borderTop: '1px solid rgb(234, 234, 234)',
backgroundColor: '#fafafa',
},
loginButton: {
...button,
Expand All @@ -25,13 +24,15 @@ export default {
submitButton: {
...button,
cursor: 'pointer',
borderRadius: '0 0 4px 0',
},
input: {
flex: 1,
boxSizing: 'border-box',
height: 30,
maxHeight: 70,
border: 'none',
borderRadius: '0 0 0 4px',
outline: 'none',
padding: '5px 10px',
fontSize: 13,
Expand Down

0 comments on commit 50d7e58

Please # to comment.