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

Remove hard-coded black color #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

kimsreng
Copy link

It is easier to adapt to theme change when the color is not hard-coded

@saguado69
Copy link

saguado69 commented Jun 24, 2020

I have been able to color the chips with ChipTheme.of but didn't found the way to format the titleText and hintText, so any suggestion for this? Wil be nice if we can set this on the widget.

UPDATE:

Seems they are hardcoded with black and grey.

Have added styling on my theme and still black.

inputDecorationTheme: const InputDecorationTheme(
labelStyle: TextStyle(color: Colors.white),
hintStyle: TextStyle(color: Colors.white),
),

Thanks

Santi.

Fixed!!! Thanks

@cetorres
Copy link
Owner

Please fix the conflict, so I can merge your PR.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants