Skip to content

Commit abd9115

Browse files
committed
fixup! fix(material/button-toggle): standard button toggle strong focus border-radius
1 parent 0843170 commit abd9115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/button-toggle/button-toggle.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ $_standard-tokens: (
314314
// radius of the button-toggle-group or standalone button-toggle.
315315
@include token-utils.use-tokens($_standard-tokens...) {
316316
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
317-
--mat-focus-indicator-border-radius: var(#{token-utils.get-token-variable(shape)});
317+
--mat-focus-indicator-border-radius: #{token-utils.get-token-variable-reference(shape)};
318318
}
319319

320320
.mat-button-toggle-group-appearance-standard .mat-button-toggle {

0 commit comments

Comments
 (0)