You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a border radius to any element in my project with styles or sx borderRadius: 1 it will make border radius using the theme spacing that will result in 4px. This is not the case when I am setting the borderTopLeftRadius: 1 will not check the theme to get the corresponding spacing needed instead it applies 1px spacing. This is also the case for all other borderRadius variants.
I assume that the problem is comming that the Shape object only accepts borderRadius and not the other options.
Summary
When adding a border radius to any element in my project with styles or sx
borderRadius: 1
it will make border radius using the theme spacing that will result in 4px. This is not the case when I am setting theborderTopLeftRadius: 1
will not check the theme to get the corresponding spacing needed instead it applies 1px spacing. This is also the case for all other borderRadius variants.I assume that the problem is comming that the Shape object only accepts borderRadius and not the other options.
Search keywords: BorderRadius, borderTopLeftRadius, borderTopRightRadius, borderBottomLeftRadius, borderBottomRightRadius, Shape object
The text was updated successfully, but these errors were encountered: