-
Notifications
You must be signed in to change notification settings - Fork 114
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
BottomSheetHeader defaultTextColor #31
Comments
Yes indeed, the textColor was left behind, i am using the That is how it works.
So this means that each can have a different default color when collapsed, but they can only have one color when expanded. The I remember posting this doubt on stack-overflow, but i never got any answer. Please, feel free to send me a pull request removing the textColor prop. Thanks for report. |
I think you shouldn't remove textColor prop. Temporarily, it will be better to make it work, like textColorExpanded works, until you'll find out how to use colors from styles. |
It will doesn't work because each |
In JS code you has property textColor, but in Java code you use highlightColor in BottomSheetHeader component. There is no default text color setter in your component.
The text was updated successfully, but these errors were encountered: