Today, I delved into using Material UI for my React project. My goal is to create a registration form similar to this one. Essentially, I want 5 input text fields without any borders and with a simple background color effect when active. However, I'm facing an issue in removing all borders of the TextField component. The API only provides one CSS class for the TextFiled component, which does not address the border. I have tried:
border:none
Any help would be greatly appreciated. Thank you.