Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/chips): use concrete value for remove icon size (#28751)
Currently the remove icon is a bit brittle, because the size is set to `inherit` which only works if there's a `button` around it. These changes set the specific width instead. Fixes #28467. (cherry picked from commit b9d4048)
- Loading branch information