Documentation Feedback
The container-shape token supported by tooltip-overrides is currently documented as a "Color" token. I would expect this to be of type "Base" instead.
I'd be happy to submit a PR for this issue, but it looks like it requires a change to an outside JSON file:
|
const url = `/assets/tokens/tokens/${item.id}/${item.id}.json`; |
Affected documentation page
https://material.angular.dev/components/tooltip/styling
Documentation Feedback
The
container-shapetoken supported bytooltip-overridesis currently documented as a "Color" token. I would expect this to be of type "Base" instead.I'd be happy to submit a PR for this issue, but it looks like it requires a change to an outside JSON file:
components/docs/src/app/pages/component-viewer/component-styling.ts
Line 39 in dd09709
Affected documentation page
https://material.angular.dev/components/tooltip/styling