Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 0d78e49

Browse files
committed
Tables: Updating tables to reflect new JSASS var changes.
1 parent d508bac commit 0d78e49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scss/atoms/tables/_tables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ td {
2929
th {
3030
border-top: map-get($table-base, border);
3131
padding: map-get($table-base, padding);
32-
color: map-get($text, light);
32+
color: map-get($colors-text, light);
3333
font-weight: 400;
3434
font-size: map-get($table-base, thead-font-size);
3535
white-space: nowrap;

scss/variables/tables.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}( this, function( chassis ) {
1010

1111
chassis.table = {
12-
"table-base": {
12+
"base": {
1313
name: "Table Element",
1414
value: {
1515
"margin": "0 0 1em",

0 commit comments

Comments
 (0)