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 @@ -670,6 +670,7 @@ $fallbacks: m3-chip.get-tokens();
670
670
// the focus indicator is sufficiently contrastive and renders appropriately.
671
671
$default-border-width : focus-indicators-private .$default-border-width ;
672
672
$border-width : var (--mat-focus-indicator-border-width , #{$default-border-width } );
673
+ $default-border-color : var (--mat-focus-indicator-border-color , #{focus-indicators-private .$default-border-color } );
673
674
$offset : calc (#{$border-width } + 2px );
674
675
675
676
content : ' ' ;
@@ -679,7 +680,7 @@ $fallbacks: m3-chip.get-tokens();
679
680
margin : calc (#{$offset } * -1 );
680
681
border-width : $border-width ;
681
682
border : solid ;
682
- border-color : var ( --mat-focus-indicator- border-color), black ;
683
+ border-color : $default- border-color ;
683
684
opacity : 0 ;
684
685
height : auto ;
685
686
}
You can’t perform that action at this time.
0 commit comments