diff --git a/storybook/stories/foundations/design-language/radius.mdx b/storybook/stories/foundations/design-language/radius.mdx index 9117bf940d45a2..fda9bcdb85219a 100644 --- a/storybook/stories/foundations/design-language/radius.mdx +++ b/storybook/stories/foundations/design-language/radius.mdx @@ -31,25 +31,29 @@ These steps are defined as tokens. To view the values and understand how to use - Accessibility: Larger radius values can create a more approachable and friendly appearance, especially for larger components like cards and modals that demand more attention from users.
✅ Do | -🚫 Don't | -
---|---|
- - - - Scale application of radius with element or container size. - - - Use `radius-round` for circles and `radius-full` for pills. - | -- - - - Don't nest larger radii inside smaller radii. - - - Don't apply the same - radius value to container and immediate descendent. - | -
✅ Do | +🚫 Don't | +
+ + + - Scale application of radius with element or container size. + + - Use `radius-round` for circles and `radius-full` for pills. + | ++ + + - Don't nest larger radii inside smaller radii. + + - Don't apply the same + radius value to container and immediate descendent. + | +