diff --git a/packages/console/src/components/TextInput/index.module.scss b/packages/console/src/components/TextInput/index.module.scss index fd126feff..96e014b96 100644 --- a/packages/console/src/components/TextInput/index.module.scss +++ b/packages/console/src/components/TextInput/index.module.scss @@ -41,9 +41,9 @@ // Overwrite webkit auto-fill style &:-webkit-autofill { - box-shadow: 0 0 0 30px transparent inset; - transition: background-color 5000s ease-in-out 0s; + box-shadow: 0 0 0 30px var(--color-layer-1) inset; -webkit-text-fill-color: var(--color-text); + caret-color: var(--color-text); } &[type='date'] {