mirror of
https://github.com/flutter/flutter.git
synced 2026-01-20 20:55:29 +08:00
* Updated the Material Design tokens to v2.3.5 * Linear and circular progress indicator token sets are deprecated in v0.207. The `md.com.progress-indicator` token set was created and should be used instead. * tokens is now using [semantic versioning](https://semver.org/) ï¼Thanks @guidezpl for reminding:) ) * ~Fixes #128877. The default text style is updated to `bodyLarge` now:)~ Added TODOs for the label text style of `PopupMenuButton`. Will create a separate PR because this change breaks Google testing.
18 lines
882 B
JSON
18 lines
882 B
JSON
{
|
|
"version": "v2_3_5",
|
|
|
|
"md.comp.banner.container.color": "surfaceContainerLow",
|
|
"md.comp.banner.container.elevation": "md.sys.elevation.level1",
|
|
"md.comp.banner.container.shape": "md.sys.shape.corner.none",
|
|
"md.comp.banner.desktop.with-single-line.container.height": 52.0,
|
|
"md.comp.banner.desktop.with-three-lines.container.height": 90.0,
|
|
"md.comp.banner.desktop.with-two-lines.with-image.container.height": 72.0,
|
|
"md.comp.banner.mobile.with-single-line.container.height": 54.0,
|
|
"md.comp.banner.mobile.with-two-lines.container.height": 112.0,
|
|
"md.comp.banner.mobile.with-two-lines.with-image.container.height": 120.0,
|
|
"md.comp.banner.supporting-text.color": "onSurfaceVariant",
|
|
"md.comp.banner.supporting-text.text-style": "bodyMedium",
|
|
"md.comp.banner.with-image.image.shape": "md.sys.shape.corner.full",
|
|
"md.comp.banner.with-image.image.size": 40.0
|
|
}
|