airbnb / Showkase

🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
https://medium.com/airbnb-engineering/introducing-showkase-a-library-to-organize-discover-and-visualize-your-jetpack-compose-elements-d5c34ef01095
Apache License 2.0
2.11k stars 107 forks source link

Remove redundant code in `ShowkaseTheme.kt` #243

Closed oas004 closed 2 years ago

oas004 commented 2 years ago

Thanks for an awesome library! I noticed that there was some redundant code in the ShowkaseTheme.kt code file, so I optimised it In this PR. 😄