@@ -93,7 +93,7 @@ $fallbacks: m3-button.get-tokens();
9393 button- text- hover- state- layer- opacity, button- text- focus- state- layer- opacity,
9494 button- text- pressed- state- layer- opacity, $fallbacks );
9595 @include button-base .mat-private-button-touch-target (false,
96- button- text- touch- target- display, $fallbacks );
96+ button- text- touch- target- size, button - text - touch - target - display, $fallbacks );
9797}
9898
9999.mat-mdc-unelevated-button {
@@ -114,7 +114,7 @@ $fallbacks: m3-button.get-tokens();
114114 button- filled- hover- state- layer- opacity, button- filled- focus- state- layer- opacity,
115115 button- filled- pressed- state- layer- opacity, $fallbacks );
116116 @include button-base .mat-private-button-touch-target (false,
117- button- filled- touch- target- display, $fallbacks );
117+ button- filled- touch- target- size, button - filled - touch - target - display, $fallbacks );
118118
119119 & :not (:disabled ) {
120120 color : token-utils .slot (button-filled-label-text-color , $fallbacks );
@@ -152,7 +152,7 @@ $fallbacks: m3-button.get-tokens();
152152 button- protected- hover- state- layer- opacity, button- protected- focus- state- layer- opacity,
153153 button- protected- pressed- state- layer- opacity, $fallbacks );
154154 @include button-base .mat-private-button-touch-target (false,
155- button- protected- touch- target- display, $fallbacks );
155+ button- protected- touch- target- size, button - protected - touch - target - display, $fallbacks );
156156
157157 & :not (:disabled ) {
158158 color : token-utils .slot (button-protected-label-text-color , $fallbacks );
@@ -209,7 +209,7 @@ $fallbacks: m3-button.get-tokens();
209209 button- outlined- hover- state- layer- opacity, button- outlined- focus- state- layer- opacity,
210210 button- outlined- pressed- state- layer- opacity, $fallbacks );
211211 @include button-base .mat-private-button-touch-target (false,
212- button- outlined- touch- target- display, $fallbacks );
212+ button - outlined - touch - target - size, button- outlined- touch- target- display, $fallbacks );
213213
214214 & :not (:disabled ) {
215215 color : token-utils .slot (button-outlined-label-text-color , $fallbacks );
@@ -258,7 +258,7 @@ $fallbacks: m3-button.get-tokens();
258258 button- tonal- hover- state- layer- opacity, button- tonal- focus- state- layer- opacity,
259259 button- tonal- pressed- state- layer- opacity, $fallbacks );
260260 @include button-base .mat-private-button-touch-target (false,
261- button- tonal- touch- target- display, $fallbacks );
261+ button - tonal - touch - target - size, button- tonal- touch- target- display, $fallbacks );
262262}
263263
264264.mat-mdc-button ,
0 commit comments