HiddenItemsSheet: add elevation
This commit is contained in:
parent
065e39bf04
commit
99d44c1533
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user