Reputation: 597
How you Change MUI icon border thickness
Upvotes: 10
Views: 11029
Reputation: 426
There is a trick with css (stroke must have the same color as your background)
<YourMuiIcon sx={{ stroke: "#ffffff", strokeWidth: 1 }} />
Upvotes: 10