Breens-Mbaka / Jetpack-Compose-Tables

🐝 A Compose UI data table library which allows developers to seamless integrate visually appealing and customizable tables to their Android apps or IOS apps.
169 stars 14 forks source link

FIX: Table isn't quite visible when user changes to dark theme #16

Closed joelkanyi closed 2 months ago

joelkanyi commented 2 months ago

I have extracted light, dark, and gray colors into a separate file and ensured that I'm using color schemes from Material 3. This will enable the UI to adapt to both dark and light themes.

This closes #14

Breens-Mbaka commented 2 months ago

Awesome work on this 👏