Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use background color from material theme in new tiles #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lsrom
Copy link

@lsrom lsrom commented Jun 13, 2024

Color new tiles according to set theme so they are not white in dark mode apps while loading.

Color new tiles according to set theme so they are not white in dark mode apps while loading.
@p-lr
Copy link
Owner

p-lr commented Jun 13, 2024

Good idea. What if the app has a material3 theme?
The library itself doesn't use any androidx.compose.material.* imports. Maybe use a library defined dark theme color for loading tiles.

@lsrom
Copy link
Author

lsrom commented Jun 13, 2024

You mean like a factory where user will pass the colors of their choice? Would you want to name them by material naming scheme (background/primary?) or by their use (defaultBackground or something)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants