Skip to content

Commit

Permalink
πŸ“(react) add missing design tokens on Select's documentation
Browse files Browse the repository at this point in the history
Design tokens documented in the Select docs should match the available tokens.
This modification offer an exhaustive and complete list of the design
tokens available to customize the select component.
  • Loading branch information
lebaudantoine committed Jun 12, 2023
1 parent 0ad71a8 commit 59cf5de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react/src/components/Forms/Select/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,15 @@ Here are the custom design tokens defined by the select.
| border-radius | Border radius of the select |
| border-radius--hover | Border radius of the select on mouse hover |
| border-radius--focus | Border radius of the select when focused |
| border-style | Border style of the select |
| border-width | Border width of the select |
| color | Value color |
| font-size | Value font size |
| height | Height of the combo box |
| item-background-color--hover | Background color of the item on mouse hover |
| item-background-color--selected | Background color of the selected item |
| item-color | Color of the item |
| item-color--disabled | Color of the disabled item |
| item-font-size | Font size of the item |
| menu-background-color | Background color of the menu |
| label-color--focus | Label color when focused |
Expand Down

0 comments on commit 59cf5de

Please sign in to comment.