joelkanyi / kompose-country-code-picker

Kompose Country Code Picker is a Jetpack Compose library based on Material 3 (M3) that provides a country code picker for Android apps.
https://joelkanyi.github.io/kompose-country-code-picker/
Apache License 2.0
114 stars 13 forks source link

Cannot change color of county code #42

Closed DisruptemJohnDominic closed 2 months ago

DisruptemJohnDominic commented 2 months ago

How to change country code color? I tried all the colors to make text color White

image

Result image

joelkanyi commented 2 months ago

Hey @DisruptemJohnDominic thanks for reporting this issue, I have fixed it.

Please update to v1.1.1

There is a new parameter called pickerContentColor in KomposeCountryCodePicker composable

Please confirm if it is okay

joelkanyi commented 2 months ago

Closing this as complete ✅