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
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