@@ -66,6 +66,7 @@ $colors-light: (
6666 slide-toggle-handle-color : #fafafa ,
6767 hint-color : #7e868f99 ,
6868 announcement-banner-text : #edeff0 ,
69+ tab-inactive-text : rgba (77 , 85 , 92 , .6 ),
6970);
7071$colors-light-palette : mat .$m2-blue-palette ;
7172$colors-light-palette : map .merge (
@@ -189,11 +190,12 @@ $theme-light: map.merge(
189190 --mat-card-outlined-container-color : #{map .get ($background , card )} ;
190191 --mat-card-elevated-container-color : #{map .get ($background , card )} ;
191192 --mat-card-filled-container-color : #{map .get ($background , card )} ;
192-
193193 --mat-table-background-color : #{map .get ($background , card )} ;
194+ --mat-table-row-item-label-text-color : #{map .get ($foreground , text )} ;
195+ --mat-sort-arrow-color : #{map .get ($foreground , secondary-text )} ;
196+ --mat-tab-inactive-label-text-color : rgba (77 , 85 , 92 , .6 );
194197 --mat-stepper-container-color : #{map .get ($background , card )} ;
195198 --mat-button-toggle-background-color : #{map .get ($background , card )} ;
196-
197199 --mdc-dialog-container-color : #{map .get ($background , dialog )} ;
198200
199201 // Paginator variables to fix background color issues
0 commit comments