Skip to content

Commit

Permalink
fix(listitem): use label-small for trailing supporting text
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Jul 17, 2024
1 parent 679728d commit e5f7887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ export default CustomElement
#trailing {
color: var(--mdw-color__on-surface-variant);
font: var(--mdw-typescale__body-medium__font);
letter-spacing: var(--mdw-typescale__body-medium__letter-spacing);
font: var(--mdw-typescale__label-small__font);
letter-spacing: var(--mdw-typescale__label-small__letter-spacing);
}
#slot, #supporting {
Expand Down

0 comments on commit e5f7887

Please sign in to comment.