how to style single mui components like textfields

Hello everyone,
I'm having a really bad time trying to customize a textfield in react with material ui.

What I want to do is to be able change color of label, default border, input text and placeholder.

I know I can change the theme but i don't want that, I want to keep the original theme as it is but just override the components as I need.

Can anyone one guide me to a tutorial, blog, video, whatever, i just can't get this done, please.
Was this page helpful?