Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/ui-design/concorde-design-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,16 @@ None
| `--concorde-switch-unchecked-background-color` | `string` | The background color of the unchecked switch | `var(--concorde-neutral-surface)` |
| `--concorde-switch-border-radius` | `string` | The border radius of the switch | `9999px` |

### Tab

Refer also to Icon tokens.

| CSS Variable | Expected Type | Description | Default |
| ---------------------------------------- | ------------- | ------------------------------------------- | --------------------------------- |
| `--concorde-tab-button-color` | `string` | The color of the tab button | `var(--concorde-primary-color)` |
| `--concorde-tab-button-hover-bg-color` | `string` | The hover background color of tab button | `9999px` |
| `-concorde-tab-button-selected-bg-color` | `string` | The selected background color of tab button | `var(--concorde-neutral-surface)` |

### Textarea

Refer to Input tokens.
Expand Down
Loading