Skip to content

Commit

Permalink
fix(inputNew): autofill wont change text color (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
billgil authored Dec 29, 2022
1 parent 2736b39 commit cf9e9bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stale-dryers-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@web3uikit/core': patch
---

InputNew - autofill text color fix
2 changes: 1 addition & 1 deletion packages/core/src/lib/InputNew/atoms/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const InputStyled = styled.input`
&:-webkit-autofill:hover,
&:-webkit-autofill:focus,
&:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
transition: all 5000s ease-in-out 0s;
}
`;

Expand Down

0 comments on commit cf9e9bd

Please sign in to comment.