TP-56522 | Sohan Reddy | Fixed scrim color (#9961)

This commit is contained in:
Sohan Reddy Atukula
2024-02-28 20:49:35 +05:30
committed by GitHub
parent 13da7a029a
commit 8d194461aa

View File

@@ -576,7 +576,7 @@ private fun RefereeTrackerBottomSheetRenderer(
}
},
modalBottomSheetState = modalBottomSheetState,
scrimColor = Color.Black.copy(alpha = 0.7f),
scrimColor = Color.Black.copy(alpha = 0.9f),
onDismiss = onDismiss,
containerColor = Color.Transparent,
verticalArrangement = Arrangement.Bottom,