Skip to content

Commit

Permalink
docs(BREAKING): include breaking changes to button border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed May 3, 2024
1 parent e61e6b4 commit 8251f5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BREAKING.md
Expand Up @@ -15,11 +15,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver
## Version 9.x

- [Components](#version-9x-components)
- [Button](#version-9x-button)
- [Card](#version-9x-card)
- [Chip](#version-9x-chip)

<h2 id="version-9x-components">Components</h2>

<h4 id="version-9x-button">Button</h4>

- The `border-radius` of the `ios` and `md` button now defaults to `6px` and `999px` instead of `14px` and `4px`, respectively, in accordance with the iOS and Material Design 3 guidelines. To revert to the previous appearance, set the `shape` to `"soft"` for `md` and override the `--border-radius` CSS variable for `ios` to `14px`, or set it to a different value entirely.

<h4 id="version-9x-card">Card</h4>

- The `border-radius` of the `ios` and `md` card now defaults to `14px` and `12px` instead of `8px` and `4px`, respectively, in accordance with the iOS and Material Design 3 guidelines. To revert to the previous appearance, set the `shape` to `"soft"`, or override the `--border-radius` CSS variable to specify a different value.
Expand Down

0 comments on commit 8251f5d

Please sign in to comment.