mirror of
https://github.com/flutter/flutter.git
synced 2026-02-04 19:00:09 +08:00
This PR is to * Update the Material Design tokens to 4.0.0 Since the last token update(#145356), only `Slider` tokens have been updated. The M3 `Slider` has significant visual changes, compared to the original M3 Slider, so a separate PR would be needed. I commented out `SliderTemplate` and added a TODO when we are ready to add new widgets again.
13 lines
391 B
JSON
13 lines
391 B
JSON
{
|
|
"version": "4_0_0",
|
|
|
|
"md.comp.badge.color": "error",
|
|
"md.comp.badge.large.color": "error",
|
|
"md.comp.badge.large.label-text.color": "onError",
|
|
"md.comp.badge.large.label-text.text-style": "labelSmall",
|
|
"md.comp.badge.large.shape": "md.sys.shape.corner.full",
|
|
"md.comp.badge.large.size": 16.0,
|
|
"md.comp.badge.shape": "md.sys.shape.corner.full",
|
|
"md.comp.badge.size": 6.0
|
|
}
|