Skip to content

Commit

Permalink
fix(Input): Fix auto-fill state for Input components
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Rappold committed Jan 14, 2019
1 parent baae4bd commit 5893fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Input/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ const Field = styled.input`
:-webkit-autofill,
&.webkit-autofill {
background-color: #fefde5 !important;
border: 1px solid #fffb97 !important;
background-color: ${color.stardust} !important;
border: 1px solid ${color.stardust} !important;
}
`

Expand Down

0 comments on commit 5893fe3

Please sign in to comment.