You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
According to the Material spec, for a two line list item, the primary text should be 16px and the secondary should be 14px. In angular-material, the primary is set to 1em and the secondary is .75em. Secondary should be .875em, assuming the base font size is 16px.
Also, for our app, the base font size is 13px (the default desktop body text size for Material), so the list items are far too small unless we set the list's font size to 16px.
The text was updated successfully, but these errors were encountered:
According to the Material spec, for a two line list item, the primary text should be 16px and the secondary should be 14px. In angular-material, the primary is set to 1em and the secondary is .75em. Secondary should be .875em, assuming the base font size is 16px.
Also, for our app, the base font size is 13px (the default desktop body text size for Material), so the list items are far too small unless we set the list's font size to 16px.
The text was updated successfully, but these errors were encountered: