Use Material.shapes
instead of RoundedCornerShape
#103
Labels
improvement
Minor improvements, no new functionality
Material.shapes
instead of RoundedCornerShape
#103
There are many occurrences of cards using
RoundedCornerShape
in the code. These all use different values. To be more consistent and better comply to Material 3 design, useMaterial.shapes.small
medium
, etc instead.The text was updated successfully, but these errors were encountered: