mirror of
https://github.com/flutter/flutter.git
synced 2026-01-20 20:55:29 +08:00
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
26 lines
1.4 KiB
JSON
26 lines
1.4 KiB
JSON
{
|
|
"version": "6_1_0",
|
|
|
|
"md.comp.search-bar.avatar.shape": "md.sys.shape.corner.full",
|
|
"md.comp.search-bar.avatar.size": 30.0,
|
|
"md.comp.search-bar.container.color": "surfaceContainerHigh",
|
|
"md.comp.search-bar.container.elevation": "md.sys.elevation.level3",
|
|
"md.comp.search-bar.container.height": 56.0,
|
|
"md.comp.search-bar.container.shape": "md.sys.shape.corner.full",
|
|
"md.comp.search-bar.focus.indicator.color": "secondary",
|
|
"md.comp.search-bar.focus.indicator.outline.offset": "md.sys.state.focus-indicator.outer-offset",
|
|
"md.comp.search-bar.focus.indicator.thickness": "md.sys.state.focus-indicator.thickness",
|
|
"md.comp.search-bar.hover.state-layer.color": "onSurface",
|
|
"md.comp.search-bar.hover.state-layer.opacity": "md.sys.state.hover.state-layer-opacity",
|
|
"md.comp.search-bar.hover.supporting-text.color": "onSurfaceVariant",
|
|
"md.comp.search-bar.input-text.color": "onSurface",
|
|
"md.comp.search-bar.input-text.text-style": "bodyLarge",
|
|
"md.comp.search-bar.leading-icon.color": "onSurface",
|
|
"md.comp.search-bar.pressed.state-layer.color": "onSurface",
|
|
"md.comp.search-bar.pressed.state-layer.opacity": "md.sys.state.pressed.state-layer-opacity",
|
|
"md.comp.search-bar.pressed.supporting-text.color": "onSurfaceVariant",
|
|
"md.comp.search-bar.supporting-text.color": "onSurfaceVariant",
|
|
"md.comp.search-bar.supporting-text.text-style": "bodyLarge",
|
|
"md.comp.search-bar.trailing-icon.color": "onSurfaceVariant"
|
|
}
|