flutter/dev/tools/gen_defaults/data/banner.json
Qun Cheng 182c266961
Update tokens to v6.1 (#153722)
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
2024-09-04 00:20:16 +00:00

18 lines
881 B
JSON

{
"version": "6_1_0",
"md.comp.banner.container.color": "surfaceContainerLow",
"md.comp.banner.container.elevation": "md.sys.elevation.level1",
"md.comp.banner.container.shape": "md.sys.shape.corner.none",
"md.comp.banner.desktop.with-single-line.container.height": 52.0,
"md.comp.banner.desktop.with-three-lines.container.height": 90.0,
"md.comp.banner.desktop.with-two-lines.with-image.container.height": 72.0,
"md.comp.banner.mobile.with-single-line.container.height": 54.0,
"md.comp.banner.mobile.with-two-lines.container.height": 112.0,
"md.comp.banner.mobile.with-two-lines.with-image.container.height": 120.0,
"md.comp.banner.supporting-text.color": "onSurfaceVariant",
"md.comp.banner.supporting-text.text-style": "bodyMedium",
"md.comp.banner.with-image.image.shape": "md.sys.shape.corner.full",
"md.comp.banner.with-image.image.size": 40.0
}