We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0843170 commit abd9115Copy full SHA for abd9115
src/material/button-toggle/button-toggle.scss
@@ -314,7 +314,7 @@ $_standard-tokens: (
314
// radius of the button-toggle-group or standalone button-toggle.
315
@include token-utils.use-tokens($_standard-tokens...) {
316
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
317
- --mat-focus-indicator-border-radius: var(#{token-utils.get-token-variable(shape)});
+ --mat-focus-indicator-border-radius: #{token-utils.get-token-variable-reference(shape)};
318
}
319
320
.mat-button-toggle-group-appearance-standard .mat-button-toggle {
0 commit comments