Skip to content

Commit

Permalink
feat: table heading background color design token
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 14, 2021
1 parent 44ac4e2 commit b4677c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/table/bem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
}

.utrecht-table__header {
background-color: var(--utrecht-table-header-background-color);
color: var(--utrecht-table-header-color);
font-weight: var(--utrecht-table-header-font-weight);
text-transform: var(--utrecht-table-header-text-transform);
Expand Down
6 changes: 6 additions & 0 deletions components/table/element.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
"inherits": true
}
},
"background-color": {
"css": {
"syntax": "<color>",
"inherits": true
}
},
"color": {
"css": {
"syntax": "<color>",
Expand Down

0 comments on commit b4677c8

Please sign in to comment.