
This PR is to update the token version to v6.1. * This version fixes https://github.com/flutter/flutter/issues/153271 * Change the chip default border color from `ColorScheme.outline` to `ColorScheme.outlineVariant`. The Chips' border color is softened to improve visual hierarchy between chips and buttons
9 lines
288 B
JSON
9 lines
288 B
JSON
{
|
|
"version": "6_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"
|
|
}
|