From 12368efb70a7acc9b6bfc54d5c0f91c8f570ea82 Mon Sep 17 00:00:00 2001 From: Adeola Adeyemo Date: Thu, 24 Jul 2025 13:28:23 +0100 Subject: [PATCH] updaet: add tab button doc Signed-off-by: Adeola Adeyemo --- docs/ui-design/concorde-design-tokens.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/ui-design/concorde-design-tokens.md b/docs/ui-design/concorde-design-tokens.md index e68b72a..db80403 100644 --- a/docs/ui-design/concorde-design-tokens.md +++ b/docs/ui-design/concorde-design-tokens.md @@ -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.