GSG-G9 / beauty-salon

We'll style, You'll smile!!
https://beauty-salon-yaki.herokuapp.com/
3 stars 2 forks source link

Fix Input field component #101

Closed yasmeenattallah closed 3 years ago

yasmeenattallah commented 3 years ago

edit auto-fill to input field problem

image

by adding this code to the style file

'& .MuiOutlinedInput-input:-webkit-autofill': {
      boxShadow: ' 0 0 0 100px black inset',
    },