We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd561e commit ff7d697Copy full SHA for ff7d697
src/material/tooltip/_m3-tooltip.scss
@@ -7,10 +7,11 @@
7
$system: m3-utils.get-system($theme);
8
9
@return (
10
- base: (),
+ base: (
11
+ tooltip-container-shape: map.get($system, corner-extra-small),
12
+ ),
13
color: (
14
tooltip-container-color: map.get($system, inverse-surface),
- tooltip-container-shape: map.get($system, corner-extra-small),
15
tooltip-supporting-text-color: map.get($system, inverse-on-surface),
16
),
17
typography: (
0 commit comments