0.40.1
Windows 10
The font-size of the graphic in an mdc-list--avatar-list is set to 40px which creates an huge icon. This can be seen in the demo page: https://material-components.github.io/material-components-web-catalog/#/component/list
When looking at the design specs https://material.io/design/components/lists.html#types the icon is smaller and is what we expected.
An icon with the normal font-size in a mdc-list--avatar-list
An icon with a font-size set to 40px
Right, the font-size should be 24px instead of 40px.
I traced this back to #3602 which was working on implementing dialog to spec, but I agree that this change within avatar lists' styles directly ends up being problematic. I'll work on a PR to revert that change to list styles and update the dialog screenshot tests accordingly.
Most helpful comment
I traced this back to #3602 which was working on implementing dialog to spec, but I agree that this change within avatar lists' styles directly ends up being problematic. I'll work on a PR to revert that change to list styles and update the dialog screenshot tests accordingly.