HiddenItemsSheet: add elevation

This commit is contained in:
MM20 2022-05-29 20:50:10 +02:00
parent 065e39bf04
commit 99d44c1533
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -131,7 +131,9 @@ fun HiddenItemsSheet(
shape = MaterialTheme.shapes.large.copy(
bottomEnd = CornerSize(0f),
bottomStart = CornerSize(0f),
)
),
tonalElevation = 16.dp,
shadowElevation = 16.dp,
) {
Column(
modifier = Modifier