Skip to content

Commit

Permalink
docs(Accordion): match Accordion to ken to code (#3180)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] committed Oct 4, 2022
1 parent d6d2b50 commit 5d881e4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pages/components/accordion/style.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

<Row>
<Column colLg={12}>
Expand Down

1 comment on commit 5d881e4

@vercel
Copy link

@vercel vercel bot commented on 5d881e4 Oct 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.