Open kvanry opened 4 months ago
Describe the bug A clear and concise description of what the bug is.
extension MaterialSchemeUtils on MaterialScheme { ColorScheme toColorScheme() { return ColorScheme( ... // Missing surfaceTint: surfaceTint, ... ) } }
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
surfaceTint to be applied to the ColorScheme
surfaceTint
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
surfaceTint
to be applied to the ColorSchemeScreenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.