0

Below code works for me when added to index.css in react project.

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow:0 0 0 30px white inset !important;
}

I want to this in inline css. How can I use this code as inline css for material UI Textfield components using sx or styled component. Any sample code could be helpfull. Thank you

0 Answers0