From 64f3839e9bcc0e01d99d74e63dd61d27c57fa9d0 Mon Sep 17 00:00:00 2001 From: TJ Egan Date: Thu, 29 Sep 2022 12:07:21 -0400 Subject: [PATCH] docs(Accordion): match Accordion to ken to code --- src/pages/components/accordion/style.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/components/accordion/style.mdx b/src/pages/components/accordion/style.mdx index bc32233540c..816935c2240 100755 --- a/src/pages/components/accordion/style.mdx +++ b/src/pages/components/accordion/style.mdx @@ -21,13 +21,13 @@ tabs: ['Usage', 'Style', 'Code', 'Accessibility'] ### Interactive states -| Element | State | Property | Color token | -| ------- | -------- | ---------- | ------------------- | -| Header | Hover | background | `$background-hover` | -| | Focus | border | `$focus` | -| | Disabled | border-top | `$border-subtle` | -| Title | Disabled | background | `$text-disabled` | -| Icon | Disabled | fill | `$icon-disabled` | +| Element | State | Property | Color token | +| ------- | -------- | ---------- | ---------------- | +| Header | Hover | background | `$layer-hover` | +| | Focus | border | `$focus` | +| | Disabled | border-top | `$border-subtle` | +| Title | Disabled | background | `$text-disabled` | +| Icon | Disabled | fill | `$icon-disabled` |