saket / telephoto

Building blocks for designing media experiences in Compose UI
https://saket.github.io/telephoto/
Apache License 2.0
1k stars 33 forks source link

Hardcode gallery item scrim text as White #6

Closed DSteve595 closed 1 year ago

DSteve595 commented 1 year ago

In the sample app, gallery item titles are hard to read since they're using the theme's default content color:

image

This fixes it by hardcoding it to White, since it's always going to be up against a media background.