diff --git a/.changeset/stale-dryers-sit.md b/.changeset/stale-dryers-sit.md new file mode 100644 index 000000000..193d797ea --- /dev/null +++ b/.changeset/stale-dryers-sit.md @@ -0,0 +1,5 @@ +--- +'@web3uikit/core': patch +--- + +InputNew - autofill text color fix diff --git a/packages/core/src/lib/InputNew/atoms/styles.ts b/packages/core/src/lib/InputNew/atoms/styles.ts index 483bf27a0..dab9705e9 100644 --- a/packages/core/src/lib/InputNew/atoms/styles.ts +++ b/packages/core/src/lib/InputNew/atoms/styles.ts @@ -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; } `;