-
Notifications
You must be signed in to change notification settings - Fork 10
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
dynamicColorScheme() doesn't specify any value for some of the surface* color attributes #111
Comments
jordond
added a commit
that referenced
this issue
Feb 29, 2024
Good catch! Thanks for pointing it out 👍 |
jordond
added a commit
that referenced
this issue
Feb 29, 2024
Thanks for your prompt action and for the new release! |
fbarthelery
pushed a commit
to fbarthelery/MaterialKolor
that referenced
this issue
Mar 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
ColorScheme(...)
constructor that is used indynamicColorScheme()
leaves the following color attributes unspecified, and their corresponding methods inMaterialDynamicColors
class are not utilized there:By utilizing the main constructor of
ColorScheme(...)
, the above missing attributes can be specified there.The text was updated successfully, but these errors were encountered: