material-components / material-components/material-components-android
[Chip] Incorrect chip outline color in enabled state
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
**Description:** The chip container outline color token for the **enabled state** in the current M3 implementation is set to `Outline`. Per the [M3 spec](https://m3.material.io/components/chips/specs#0712b915-5d5b-4c1e-a023-ab28519003ad), this should be `Outline variant`.
**Expected behavior:**
Expected
Current
**Source code:** [root cause](https://github.com/material-components/material-components-android/blob/8c17b08b27ae6e4ffa0593989b4aac8a52ac23b4/lib/java/com/google/android/material/chip/res/color/m3_chip_stroke_color.xml#L30)
**Android API version:** 36
**Material Library version:** 1.14.0-beta01
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with lib/java/com/google/android/material/chip/res/color/m3_chip_stroke_color.xml at the linked root-cause line, then compare the enabled-state outline token with the M3 chip specification. Done means the enabled chip outline uses Outline variant instead of Outline and matches the expected appearance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- design, mobile
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 72/100