Adjust bottom sheet color

This commit is contained in:
MM20 2023-08-22 18:08:51 +02:00
parent cf6cbf20f4
commit 454aa6d832
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -248,6 +248,8 @@ fun BottomSheetDialog(
bottomEnd = CornerSize(0),
),
shadowElevation = 16.dp,
tonalElevation = 1.dp,
color = MaterialTheme.colorScheme.surfaceContainerLow,
) {
Column {
if (title != null || actions != null) {