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
11 changes: 6 additions & 5 deletions guidelines/components/tag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ _Design specification for the tag component_

### Color

| Component token | Element | Core token | Value |
| :---------------- | :--------------- | :---------------- | :--------- |
| `fontColor` | Label | `color-black` | `#000000` |
| `iconColor` | Icon | `color-white` | `#ffffff` |
| `focusColor` | Container | `color-blue-600` | `#0095ff` |
| Component token | Element | Core token | Value |
| :------------------- | :--------------- | :---------------- | :--------- |
| `fontColor` | Label | `color-black` | #000000 |
| `disabledFontColor` | Label:disabled | `color-grey-500` | #999999 |
| `iconColor` | Icon | `color-white` | #ffffff |
| `focusColor` | Container | `color-blue-600` | #0095ff |

*_The `tag` component is using the `box` underneath, the values for the background are inherited from the definition in the component. By default, the background color is white and not themable, so it will be the same for both components._

Expand Down