@@ -41,9 +41,8 @@ $private-default-overlap-color: #a8dab5;
4141 $text-color : inspection .get-theme-color ($theme , system , on-surface );
4242 $secondary-text-color : inspection .get-theme-color ($theme , foreground , secondary-text );
4343 $disabled-text-color : inspection .get-theme-color ($theme , foreground , disabled-text );
44- $divider-color : inspection .get-theme-color ($theme , foreground , divider );
4544 $hint-text-color : inspection .get-theme-color ($theme , foreground , hint-text );
46- $preview-outline-color : $divider- color ;
45+ $preview-outline-color : inspection . get-theme- color( $theme , system , outline ) ;
4746 $today-disabled-outline-color : null;
4847 $is-dark : inspection .get-theme-type ($theme ) == dark ;
4948
@@ -74,7 +73,7 @@ $private-default-overlap-color: #a8dab5;
7473 inspection .get-theme-color ($theme , foreground , text , 1 ),
7574 datepicker- calendar- period- button- icon- color: $inactive-icon-color ,
7675 datepicker- calendar- navigation- button- icon- color: $inactive-icon-color ,
77- datepicker- calendar- header- divider- color: $divider- color ,
76+ datepicker- calendar- header- divider- color: inspection . get-theme- color( $theme , system , outline ) ,
7877 datepicker- calendar- header- text- color: $secondary-text-color ,
7978
8079 // Note: though it's not text, the border is a hint about the fact
0 commit comments