JedWatson / JedWatson/react-select

multiValue text color is hardcoded

Open
#6,025 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

issue/bug-unconfirmed
Dominant language
TypeScript
Stars
28k
Forks
4.1k
PR merge metrics
No merged PRs in 30d

Description

it is not possible to affect multi value text color by setting classname because the text color is hardcoded by styled component and is set to "color: hsl(0, 0%, 20%);"

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 by locating the multiValue styled component that sets the text color to hsl(0, 0%, 20%). Check how className styling is applied there and confirm the intended override behavior. Done means a className can affect the multi-value text color instead of the hardcoded color always winning.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.