Skip to content

Commit

Permalink
fix(input): height
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvanhoutte committed May 5, 2020
1 parent afde4b6 commit 7e5cf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Input/Input.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
background-color: var(--color-neutral-1);
border-radius: var(--border-radius-small);
border: 1px solid var(--color-neutral-4);
padding: 9px 14px;
padding: 6.5px 14px;
}

.input::placeholder {
Expand Down

0 comments on commit 7e5cf33

Please sign in to comment.