Add a className
props to your Material UI
inputs let's say className="email-input"
then create a css
file add that className and to add to it the height, width and other styles you want, just like how you would do styling in normal html
file then import it in your react component file.
When you add your project to your client's site the css
file will be loaded after their site's css
, so your styles will override theirs.
Happy Hacking!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…