Skip to content

Commit

Permalink
update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tigransimonyan committed Nov 7, 2020
1 parent 8bffeec commit 9ee7a15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/foo-comments.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/components/Editor/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const Textarea = styled.textarea`
min-height: 80px;
box-shadow: none;
line-height: 1.4;
border-radius: 0;
padding: 8px 10px;
letter-spacing: 0.7px;
box-sizing: border-box;
Expand All @@ -42,13 +43,12 @@ export const Button = styled.button`
font-weight: 500;
line-height: 1.1;
text-shadow: none;
border-radius: 3px;
padding: 12px 30px;
padding: 12px 25px;
white-space: nowrap;
letter-spacing: 0.5px;
display: inline-block;
border-radius: 0 0 3px;
transition: background 0.2s;
border-radius: 0px 0px 3px 0px;
color: ${props => props.theme.buttonColor};
background: ${props => props.theme.buttonBackground};
`;
Expand Down

0 comments on commit 9ee7a15

Please sign in to comment.