Skip to content

Commit

Permalink
fix(button): change button height
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvanhoutte committed May 5, 2020
1 parent 51eb481 commit 5b997be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Button/Button.module.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.button {
border-radius: var(--border-radius-small);
line-height: 32px;
line-height: 36px;
font-size: 14px;
padding: 0 16px;
padding: 0 14px;
border: none;
cursor: pointer;
display: flex;
Expand Down

0 comments on commit 5b997be

Please sign in to comment.