Closed carvalho2707 closed 1 month ago
Hey @carvalho2707, does this happens on the demo project as well? If not, what's your codebase?
Have you ever adjusted the scrim color of your material theme? because the flexible bottom sheet uses the scrim color of the material theme below:
MaterialTheme.colorScheme.scrim.copy(alpha = 0.32f)
Please complete the following information:
Describe the Bug: When I set my BottomSheet to isModal = true the screen content( Except the bottom sheet) turns white instead of just dimmed. This issue doesn't happen with isModal=false
Add a clear description about the problem.
Expected Behavior:
A clear description of what you expected to happen. When a modal is created the rest of the screen should change the color to be slightly dimmed to focus the attention on the bottom sheet instead