Skip to content

Commit

Permalink
fix(Input): remove shadow of safari
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvanhoutte committed Feb 27, 2021
1 parent 838d36a commit 34729fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Input/Input.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
padding: 8px 14px;
width: 100%;
color: var(--color-neutral-9);
-webkit-appearance: none;
}

.input::placeholder {
Expand Down

0 comments on commit 34729fb

Please sign in to comment.