Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 958bb0c

Browse files
Googlernshahan
authored andcommitted
Internal changes
PiperOrigin-RevId: 259029821
1 parent 136d446 commit 958bb0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

angular_components/lib/material_toggle/_mixins.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
}
4444

4545
/// Displays the toggle label to the right of the toggle.
46-
@mixin flip-toggle-label-position() {
46+
// $modifier here to match mixin interface.
47+
@mixin flip-toggle-label-position($modifier: "") {
4748
::ng-deep .material-toggle {
4849
flex-direction: row-reverse;
4950
}

0 commit comments

Comments
 (0)