Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabled color is hardcoded to grey instead of using either decoration or theme #174

Open
bartvanandel opened this issue Nov 25, 2024 · 0 comments · May be fixed by #179
Open

Disabled color is hardcoded to grey instead of using either decoration or theme #174

bartvanandel opened this issue Nov 25, 2024 · 0 comments · May be fixed by #179
Assignees
Labels
enhancement New feature or request

Comments

@bartvanandel
Copy link

Most colors are properly configurable using the various decorations, or use theme colors. Except for disabled state, colors are hardcoded to Colors.grey (for the prefix icon) and Colors.grey.shade100 (for the chip). Why not provide e.g. chipDecoration.disabledColor, or at least use Theme.of(context).disabledColor?

@oi-narendra oi-narendra self-assigned this Dec 8, 2024
@oi-narendra oi-narendra added the enhancement New feature or request label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants