Files
flutter/dev/tools/gen_defaults/data/date_picker_input_modal.json
Qun Cheng ea1268a78d Update tokens to v2.3.5 (#145356)
* 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.
2024-03-28 22:22:20 +00:00

16 lines
786 B
JSON

{
"version": "v2_3_5",
"md.comp.date-input.modal.container.color": "surfaceContainerHigh",
"md.comp.date-input.modal.container.elevation": "md.sys.elevation.level3",
"md.comp.date-input.modal.container.height": 512.0,
"md.comp.date-input.modal.container.shape": "md.sys.shape.corner.extra-large",
"md.comp.date-input.modal.container.width": 328.0,
"md.comp.date-input.modal.header.container.height": 120.0,
"md.comp.date-input.modal.header.container.width": 328.0,
"md.comp.date-input.modal.header.headline.color": "onSurfaceVariant",
"md.comp.date-input.modal.header.headline.text-style": "headlineLarge",
"md.comp.date-input.modal.header.supporting-text.color": "onSurfaceVariant",
"md.comp.date-input.modal.header.supporting-text.text-style": "labelLarge"
}