Skip to content

Commit aa58e7a

Browse files
asynclizcopybara-github
authored andcommitted
chore: fix test table cell color
PiperOrigin-RevId: 540574693
1 parent fcdb126 commit aa58e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokens/_md-comp-test-table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $_default: (
1919
@function values($deps: $_default) {
2020
@return (
2121
'cell-color': map.get($deps, 'md-sys-color', 'surface-container-lowest'),
22-
'cell-text-color': map.get($deps, 'md-sys-color', 'on-surface-container'),
22+
'cell-text-color': map.get($deps, 'md-sys-color', 'on-surface'),
2323
'cell-text-type': map.get($deps, 'md-sys-typescale', 'body-medium'),
2424
'cell-grid-color': map.get($deps, 'md-sys-color', 'surface-variant'),
2525
'header-cell-color': map.get($deps, 'md-sys-color', 'surface-variant'),

0 commit comments

Comments
 (0)