Skip to content

Commit

Permalink
Fix tokens for [Tertiary][Ghost] button:disabled (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
epodgaetskiy authored Dec 1, 2020
1 parent 3e01158 commit c5338ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/components/button/style.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ tabs: ['Usage', 'Style', 'Code', 'Accessibility']
| `:focus` | inset | `$ui-background` |
| `:disabled` | background | `transparent` |
| `:disabled` | border | `$disabled-02` |
| `:disabled` | text color | `$disabled-02` |
| `:disabled` | text color | `$disabled-03` |
| `:disabled` | svg | `$disabled-02` |

<Row>
Expand All @@ -95,7 +95,7 @@ tabs: ['Usage', 'Style', 'Code', 'Accessibility']
| `:hover` | background-color | `$hover-ui` |
| `:active` | background-color | `$active-ui` |
| `:focus` | border | `$focus` |
| `:disabled` | text color | `$disabled-02` |
| `:disabled` | text color | `$disabled-03` |
| `:disabled` | svg | `$disabled-02` |

<Row>
Expand Down

1 comment on commit c5338ce

@vercel
Copy link

@vercel vercel bot commented on c5338ce Dec 1, 2020

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.