components
components copied to clipboard
fix(material/chips): increase chip remove touch target size
trafficstars
Fixes Angular Components Chips component accessibility issue where the touch target is too small. Updates the chips' remove button ::after margin and padding styles to create a larger touch target to meet the minimum 48px x 48px size.
Before screenshot After screenshot
Fixes b/286959517