-
Notifications
You must be signed in to change notification settings - Fork 189
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
[issue-406] Introduce Dynamic Color #777
Conversation
I will write more details later, sorry 🙏 |
Please run |
…sue-406_dynamic_color
It seems that you need to supress or do something for this lint👀 |
@mona-apk Thanks! I make some refactoring and add a trick. |
11a51f5
to
c50d20e
Compare
c50d20e
to
b7502a6
Compare
Thank you very much...! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check, again 🙏
content: @Composable () -> Unit | ||
) { | ||
val colorScheme = if (isDynamicColorEnabled) { | ||
dynamicDarkColorScheme(LocalContext.current) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue
Overview (Required)
Links
Screenshot