How you Change MUI icon border thickness
- suppose this icon is having thickness how to make setting icon border lighter
How you Change MUI icon border thickness
There is a trick with css (stroke must have the same color as your background)
<YourMuiIcon sx={{ stroke: "#ffffff", strokeWidth: 1 }} />