From 91d7e953dbc08dee80a5ddceb0a105c889f57294 Mon Sep 17 00:00:00 2001 From: garthdb Date: Wed, 13 Dec 2023 09:17:51 -0700 Subject: [PATCH] chore(tokens): added changeset --- .changeset/tame-bobcats-beg.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .changeset/tame-bobcats-beg.md diff --git a/.changeset/tame-bobcats-beg.md b/.changeset/tame-bobcats-beg.md new file mode 100644 index 00000000..9fe0b0f8 --- /dev/null +++ b/.changeset/tame-bobcats-beg.md @@ -0,0 +1,15 @@ +--- +"@adobe/spectrum-tokens": minor +--- + +Fixed bug in the light theme value for notice-background-color-default, from notice-color-800 to notice-color-600 + +## Design Motivation + +While updating the badge component in Figma, we noticed a bug where notice-background-color-default in S2 was entered incorrectly for light theme, and should instead match the value for S1 + +## Token Diff + +_Token values updated (1):_ + +- `notice-background-color-default`: `light`: `notice-color-800` -> `notice-color-600`