Skip to content

Commit 3aecb35

Browse files
authored
fix(material/button): tonal touch target token transgression (#30688)
Fixes that the `touch-target-display` token wasn't being set properly for the tonal button in M3.
1 parent 3ea64a9 commit 3aecb35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/core/tokens/_density.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ $_density-tokens: (
4040
),
4141
(mat, tonal-button): (
4242
container-height: (40px, 36px, 32px, 28px),
43+
touch-target-display: (block, block, none, none),
4344
),
4445
(mdc, outlined-button): (
4546
container-height: (40px, 36px, 32px, 28px),

0 commit comments

Comments
 (0)