MudToggleGroup: Remove Rounded in favor of CSS utilities rounded-*#10533
Conversation
|
|
Wow, this was easy ;) @mckaragoz FYI, we now have better control over the corner radius via the |
Rounded to support CSS utilitiesRounded to support CSS utilities
Rounded to support CSS utilitiesRounded in favor of CSS utilities rounded-*
|
Thanks. Added to v8.0.0 Migration Guide |
|
I think we should add an example into docs to show how to rounded. In first each item has its own rounded property. Then we changed it to the container class so yes it's possible with utility CSS now |
Yes, but we don't need an extra example for it. We can just add it to one of the other examples where appropriate. The same could be done for MudButton and many other components to draw more attention to the css utilities |



Description
Resolves #10522 by using the theme border radius and moving any further rounding onto the user which allows greater control. Previously the rounding classes added by the component themselves would override the user's choice.
Migration:
rounded-pill).How Has This Been Tested?
visually
Type of Changes
Default state with default border radius of 4px:
rounded-pilladded toClassproperty:Checklist
dev).