From 5d881e45db11d8b105c80fbac221e0a404eed052 Mon Sep 17 00:00:00 2001 From: TJ Egan Date: Tue, 4 Oct 2022 11:19:24 -0400 Subject: [PATCH] docs(Accordion): match Accordion to ken to code (#3180) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- 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` |