mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This PR is to update material tokens to the latest version 4.1.0, which: * deprecates two tokens in `Slider` * doesn't impact the material widgets' defaults
9 lines
289 B
JSON
9 lines
289 B
JSON
{
|
|
"version": "v4_1_0",
|
|
|
|
"md.comp.bottom-app-bar.container.color": "surfaceContainer",
|
|
"md.comp.bottom-app-bar.container.elevation": "md.sys.elevation.level2",
|
|
"md.comp.bottom-app-bar.container.height": 80.0,
|
|
"md.comp.bottom-app-bar.container.shape": "md.sys.shape.corner.none"
|
|
}
|