
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
16 lines
785 B
JSON
16 lines
785 B
JSON
{
|
|
"version": "6_1_0",
|
|
|
|
"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"
|
|
}
|