JedWatson / JedWatson/react-select
multiValue text color is hardcoded
Open
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
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 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