@@ -13,8 +13,8 @@ $fallbacks: m3-table.get-tokens();
1313}
1414
1515@mixin _cell-border {
16- border-bottom-color : token-utils .slot (table-row-item-outline-color , $fallbacks , true );
17- border-bottom-width : token-utils .slot (table-row-item-outline-width , $fallbacks , true );
16+ border-bottom-color : token-utils .slot (table-row-item-outline-color , $fallbacks , rgba ( 0 , 0 , 0 , 0.12 ) );
17+ border-bottom-width : token-utils .slot (table-row-item-outline-width , $fallbacks , 1 px );
1818 border-bottom-style : solid ;
1919}
2020
@@ -50,16 +50,16 @@ $fallbacks: m3-table.get-tokens();
5050.mat-mdc-header-row {
5151 @include vendor-prefixes .smooth-font ;
5252 height : token-utils .slot (table-header-container-height , $fallbacks , 56px );
53- color : token-utils .slot (table-header-headline-color , $fallbacks , true );
54- font-family : token-utils .slot (table-header-headline-font , $fallbacks , true );
53+ color : token-utils .slot (table-header-headline-color , $fallbacks , rgba ( 0 , 0 , 0 , 0.87 ) );
54+ font-family : token-utils .slot (table-header-headline-font , $fallbacks , (Roboto, sans-serif ) );
5555 line-height : token-utils .slot (table-header-headline-line-height , $fallbacks );
5656 font-size : token-utils .slot (table-header-headline-size , $fallbacks , 14px );
5757 font-weight : token-utils .slot (table-header-headline-weight , $fallbacks , 500 );
5858}
5959
6060.mat-mdc-row {
6161 height : token-utils .slot (table-row-item-container-height , $fallbacks , 52px );
62- color : token-utils .slot (table-row-item-label-text-color , $fallbacks , true );
62+ color : token-utils .slot (table-row-item-label-text-color , $fallbacks , rgba ( 0 , 0 , 0 , 0.87 ) );
6363}
6464
6565// Note that while it's redundant to apply the typography both to the row
@@ -69,7 +69,7 @@ $fallbacks: m3-table.get-tokens();
6969.mat-mdc-row ,
7070.mdc-data-table__content {
7171 @include vendor-prefixes .smooth-font ;
72- font-family : token-utils .slot (table-row-item-label-text-font , $fallbacks , true );
72+ font-family : token-utils .slot (table-row-item-label-text-font , $fallbacks , (Roboto, sans-serif ) );
7373 line-height : token-utils .slot (table-row-item-label-text-line-height , $fallbacks );
7474 font-size : token-utils .slot (table-row-item-label-text-size , $fallbacks , 14px );
7575 font-weight : token-utils .slot (table-row-item-label-text-weight , $fallbacks );
@@ -78,8 +78,8 @@ $fallbacks: m3-table.get-tokens();
7878.mat-mdc-footer-row {
7979 @include vendor-prefixes .smooth-font ;
8080 height : token-utils .slot (table-footer-container-height , $fallbacks , 52px );
81- color : token-utils .slot (table-row-item-label-text-color , $fallbacks , true );
82- font-family : token-utils .slot (table-footer-supporting-text-font , $fallbacks , true );
81+ color : token-utils .slot (table-row-item-label-text-color , $fallbacks , rgba ( 0 , 0 , 0 , 0.87 ) );
82+ font-family : token-utils .slot (table-footer-supporting-text-font , $fallbacks , (Roboto, sans-serif ) );
8383 line-height : token-utils .slot (table-footer-supporting-text-line-height , $fallbacks );
8484 font-size : token-utils .slot (table-footer-supporting-text-size , $fallbacks , 14px );
8585 font-weight : token-utils .slot (table-footer-supporting-text-weight , $fallbacks );
0 commit comments