
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
15 lines
665 B
JSON
15 lines
665 B
JSON
{
|
|
"version": "6_1_0",
|
|
|
|
"md.comp.top-app-bar.large.container.color": "surface",
|
|
"md.comp.top-app-bar.large.container.elevation": "md.sys.elevation.level0",
|
|
"md.comp.top-app-bar.large.container.height": 152.0,
|
|
"md.comp.top-app-bar.large.container.shape": "md.sys.shape.corner.none",
|
|
"md.comp.top-app-bar.large.headline.color": "onSurface",
|
|
"md.comp.top-app-bar.large.headline.text-style": "headlineMedium",
|
|
"md.comp.top-app-bar.large.leading-icon.color": "onSurface",
|
|
"md.comp.top-app-bar.large.leading-icon.size": 24.0,
|
|
"md.comp.top-app-bar.large.trailing-icon.color": "onSurfaceVariant",
|
|
"md.comp.top-app-bar.large.trailing-icon.size": 24.0
|
|
}
|