Files
flutter/dev/tools/gen_defaults/data/top_app_bar_medium.json
Qun Cheng e5217b670b Update tokens to 4.0.0 (#148789)
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.
2024-05-22 15:08:25 +00:00

15 lines
674 B
JSON

{
"version": "4_0_0",
"md.comp.top-app-bar.medium.container.color": "surface",
"md.comp.top-app-bar.medium.container.elevation": "md.sys.elevation.level0",
"md.comp.top-app-bar.medium.container.height": 112.0,
"md.comp.top-app-bar.medium.container.shape": "md.sys.shape.corner.none",
"md.comp.top-app-bar.medium.headline.color": "onSurface",
"md.comp.top-app-bar.medium.headline.text-style": "headlineSmall",
"md.comp.top-app-bar.medium.leading-icon.color": "onSurface",
"md.comp.top-app-bar.medium.leading-icon.size": 24.0,
"md.comp.top-app-bar.medium.trailing-icon.color": "onSurfaceVariant",
"md.comp.top-app-bar.medium.trailing-icon.size": 24.0
}