Skip to content

Commit ff7d697

Browse files
authored
fix(material/tooltip): wrong type for shape token (#32968)
Fixes that the `container-shape` token was categorized as `color`, even though it should be `base`. Fixes #32929.
1 parent 3bd561e commit ff7d697

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/material/tooltip/_m3-tooltip.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
$system: m3-utils.get-system($theme);
88

99
@return (
10-
base: (),
10+
base: (
11+
tooltip-container-shape: map.get($system, corner-extra-small),
12+
),
1113
color: (
1214
tooltip-container-color: map.get($system, inverse-surface),
13-
tooltip-container-shape: map.get($system, corner-extra-small),
1415
tooltip-supporting-text-color: map.get($system, inverse-on-surface),
1516
),
1617
typography: (

0 commit comments

Comments
 (0)