File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -650,6 +650,7 @@ $fallbacks: m3-chip.get-tokens();
650650 // the focus indicator is sufficiently contrastive and renders appropriately.
651651 $default-border-width : focus-indicators-private .$default-border-width ;
652652 $border-width : var (--mat-focus-indicator-border-width , #{$default-border-width } );
653+ $default-border-color : var (--mat-focus-indicator-border-color , #{focus-indicators-private .$default-border-color } );
653654 $offset : calc (#{$border-width } + 2px );
654655
655656 content : ' ' ;
@@ -659,7 +660,7 @@ $fallbacks: m3-chip.get-tokens();
659660 margin : calc (#{$offset } * -1 );
660661 border-width : $border-width ;
661662 border : solid ;
662- border-color : var ( --mat-focus-indicator- border-color), black ;
663+ border-color : $default- border-color ;
663664 opacity : 0 ;
664665 height : auto ;
665666}
You can’t perform that action at this time.
0 commit comments