Thank you for sharing your thoughts on this topic.
I am currently experimenting with the Material-UI Modal component. In the image below, you can see that there is always a black border displayed upon rendering. I have attempted to
- remove it using custom useStyles and applying it to Paper, Modal, as well as the inner divs
- use default CSS (border:0 etc) with Paper, Modal, etc.
https://i.sstatic.net/PDAUQ.png
Interestingly, when I click on the inspect tools or focus on the modal, the border disappears, leaving me with the desired style until it is re-rendered.
https://i.sstatic.net/ABulJ.png
Any suggestions or feedback would be greatly appreciated. I am new to Material UI and unsure of what I might be overlooking.
Thank you!