Radius
Corner appearance of containersWith few exceptions, interactive components are rounded.
An object's border radius should be proportional to its shortest side.
When to use
- Choosing a radius that's proportional to the size of the element
- Applying rounded corners for actionable components like buttons, cards, and chips
When not to use
- Applying roundness as the only means of conveying actionability
- Rounding the corners of small, non-interactive pieces of UI
- Overusing rounded corners, consider the whole page
A nested object should inherit its parent's border type: rounded or not rounded.
The border radius of a nested, rounded object should be smaller than that of its parent.