TP-56522 | Sohan Reddy | Fixed scrim color (#9961)
This commit is contained in:
committed by
GitHub
parent
13da7a029a
commit
8d194461aa
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user