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
I have the country picker working in android compose by using the context.launchCountryPickerDialog { selectedCountry: CPCountry? -> method and it works well thank you. However the black text on black dialog background is not so flash so i'm wanting to change the text color but not sure how i go about that in Android compose as most instructions show modifying the xml which compose doesnt use.
Is there a simple way or instructions i havent found for doing it in Jetpack compose ?
thanks
The text was updated successfully, but these errors were encountered:
I have the country picker working in android compose by using the
context.launchCountryPickerDialog { selectedCountry: CPCountry? ->
method and it works well thank you. However the black text on black dialog background is not so flash so i'm wanting to change the text color but not sure how i go about that in Android compose as most instructions show modifying the xml which compose doesnt use.Is there a simple way or instructions i havent found for doing it in Jetpack compose ?
thanks
The text was updated successfully, but these errors were encountered: