diff --git a/chips/internal/_shared.scss b/chips/internal/_shared.scss index 0285d2578d..3720ec07bb 100644 --- a/chips/internal/_shared.scss +++ b/chips/internal/_shared.scss @@ -141,7 +141,10 @@ align-items: center; color: var(--_label-text-color); display: flex; - font: var(--_label-text-type); + font-family: var(--_label-text-font); + font-size: var(--_label-text-size); + line-height: var(--_label-text-line-height); + font-weight: var(--_label-text-weight); height: 100%; text-overflow: ellipsis; user-select: none; diff --git a/docs/components/chip.md b/docs/components/chip.md index 5601417b58..f50a204601 100644 --- a/docs/components/chip.md +++ b/docs/components/chip.md @@ -348,12 +348,12 @@ of color, typography, and shape. ### Assist chip tokens Token | Default value ------------------------------------ | -------------------------------- +----------------------------------- | ------------------------------------- `--md-assist-chip-outline-color` | `--md-sys-color-outline` `--md-assist-chip-container-shape` | `8px` `--md-assist-chip-icon-size` | `18px` `--md-assist-chip-label-text-color` | `--md-sys-color-on-surface` -`--md-assist-chip-label-text-type` | `--md-sys-typescale-label-large` +`--md-assist-chip-label-text-font` | `--md-sys-typescale-label-large-font` * [All tokens](https://github.com/material-components/material-web/blob/main/tokens/_md-comp-assist-chip.scss) @@ -369,7 +369,7 @@ Token | Default value