Skip to content

Commit b74eb2a

Browse files
committed
Update wording based on PR comments
1 parent b6b4067 commit b74eb2a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/content/release/breaking-changes/material-design-3-token-update.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ description: >-
88
## Summary
99

1010
The Material Design tokens updated the mapping of 4 color roles (only in Light
11-
mode) to be more visually appealing while retaining accessible contrast. There
12-
are not any breakages identified in Flutter testing of this change, which
13-
applied to the following color properties:
11+
mode) to be more visually appealing while retaining accessible contrast. Testing
12+
identified this change as [non-breaking] in Flutter, but some customers might
13+
notice this small change. The update affected the following color properties:
1414

1515
* On-primary-container (Primary10 to Primary30)
1616
* On-secondary-container (Secondary10 to Secondary30)
@@ -20,15 +20,15 @@ applied to the following color properties:
2020
Widgets that have been using these roles with their default value might look
2121
different.
2222

23-
Additionally, the Material 3 tokens also updated the border color of Chips from
23+
Additionally, the Material 3 tokens updated the border color of Chips from
2424
`ColorScheme.outline` to `ColorScheme.outlineVariant` to improve visual
2525
hierarchy between chips and buttons. Chips (`Chip`, `ActionChip`, `ChoiceChip`,
2626
`FilterChip`, and `InputChip`) that have been using the chip border tokens may
2727
look different.
2828

2929
## Migration guide
3030

31-
The differences in the mappings of the color roles are small. Using
31+
The differences in the mappings of the color roles are small. Use
3232
`ColorScheme.copyWith` to revert to the original default colors:
3333

3434
Code before migration:
@@ -99,3 +99,4 @@ Relevant PRs:
9999
[`Chip`]: {{site.api}}/flutter/material/Chip-class.html
100100
[Update tokens to v5.0.0]: {{site.repo.flutter}}/pull/153385
101101
[Update tokens to v6.1.0]: {{site.repo.flutter}}/pull/153722
102+
[non-breaking]: {{site.repo.flutter}}/flutter/blob/master/docs/contributing/Tree-hygiene.md#1-determine-if-your-change-is-a-breaking-change

0 commit comments

Comments
 (0)