Skip to content

Commit 56e13d6

Browse files
authored
Add focusColor component token
1 parent 14d36f7 commit 56e13d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

guidelines/components/card/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,18 @@ _Card component states_
3333
![Card design specifications](images/card_specs.png)
3434

3535
_Card design specifications_
36+
37+
3638
### Color
3739

3840
| Component token | Element | Core token | Value |
3941
| :------------------ | :-------------------------- | :---------------------------| :------------ |
4042
| `backgroundColor`* | Container | `color-white` | `#ffffff` |
43+
| `focusColor`* | Container:focus | `color-blue-600` | `#0095ff` |
4144

4245
* The `background-color` token belongs to the box component, changes made on that component will affect the card element.
4346

47+
4448
### Border
4549

4650
| Property | Element | Core token | Value |

0 commit comments

Comments
 (0)