mirror of
https://github.com/flutter/flutter.git
synced 2026-01-19 20:22:03 +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
9 lines
228 B
JSON
9 lines
228 B
JSON
{
|
|
"version": "6_1_0",
|
|
|
|
"md.sys.state.dragged.state-layer-opacity": 0.16,
|
|
"md.sys.state.focus.state-layer-opacity": 0.1,
|
|
"md.sys.state.hover.state-layer-opacity": 0.08,
|
|
"md.sys.state.pressed.state-layer-opacity": 0.1
|
|
}
|