material-components / material-components/material-components-android

[Chip] Incorrect chip outline color in enabled state

Open Beginner friendly
#5,070 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug Widget: Chip
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


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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.