Remove shadow from date picker sheet

pull/3761/head
Alex Baker 4 months ago
parent 1476e7fb27
commit 65db4ab926

@ -84,7 +84,6 @@ fun DatePickerBottomSheet(
modifier = Modifier
.align(Alignment.BottomCenter)
.fillMaxWidth(),
shadowElevation = 8.dp,
color = MaterialTheme.colorScheme.surface,
) {
Row(

Loading…
Cancel
Save