File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11@use ' ../core/tokens/token-utils' ;
2- @use ' ./m2- table' ;
2+ @use ' ../core/tokens/m2/mat/ table' as tokens-mat-table ;
33
44// Flex-based table structure
55$header-row-height : 56px ;
@@ -12,17 +12,18 @@ $row-horizontal-padding: 24px;
1212 display : block ;
1313 }
1414
15- @include token-utils .use-tokens (m2- table .$prefix , m2 -table .get-token-slots ()) {
15+ @include token-utils .use-tokens (tokens-mat- table .$prefix , tokens-mat -table .get-token-slots ()) {
1616 mat-header-row {
17- min-height : token-utils .slot (header-container-height , $header-row-height );
17+ @include token-utils .create-token-slot (min-height , header- container- height,
18+ $header-row-height );
1819 }
1920
2021 mat-row {
21- min-height : token-utils .slot (row-item-container-height , $row-height );
22+ @include token-utils .create-token- slot (min-height , row- item- container- height, $row-height );
2223 }
2324
2425 mat-footer-row {
25- min-height : token-utils .slot (footer-container-height , $row-height );
26+ @include token-utils .create-token- slot (min-height , footer- container- height, $row-height );
2627 }
2728 }
2829
You can’t perform that action at this time.
0 commit comments