Skip to content

Commit fc5d589

Browse files
committed
fix(button-toggle): allow toggle group elevation to be overwritten
Allows for consumer to specify a custom elevation on a `mat-button-toggle-group`. Relates to #7264.
1 parent 26c73e0 commit fc5d589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/button-toggle/_button-toggle-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
.mat-button-toggle-standalone,
1212
.mat-button-toggle-group {
13-
@include _mat-theme-elevation(2, $theme);
13+
@include _mat-theme-overridable-elevation(2, $theme);
1414
}
1515

1616
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,

0 commit comments

Comments
 (0)