Published
- 1 min read
remove border on modal material ui
The solution for this is noted below
remove border on modal material ui
Solution
//outline: 'none'
<div style={{ outline: 'none' }}>{body}</div>
Try other methods by searching on the site. That is if this doesn’t work