You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
I am not sure if there is something obvious that I am missing. But when enabling setTextColors = true my pure composables start putting dark text behind dark background, and white text on white background (making them completely invisible).
What is the mapping that is happening that would make this possible. I am guessing I am doing something wrong on my theme.xml, but so far I haven't faced such problems on my normal non-composable views.
Am I missing something in the purpose of the setTextColors itself? Any pointers would be appreciated
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am not sure if there is something obvious that I am missing. But when enabling
setTextColors = true
my pure composables start putting dark text behind dark background, and white text on white background (making them completely invisible).What is the mapping that is happening that would make this possible. I am guessing I am doing something wrong on my theme.xml, but so far I haven't faced such problems on my normal non-composable views.
Am I missing something in the purpose of the
setTextColors
itself? Any pointers would be appreciatedThe text was updated successfully, but these errors were encountered: