HiddenItemsSheet: add elevation
This commit is contained in:
parent
065e39bf04
commit
99d44c1533
@ -131,7 +131,9 @@ fun HiddenItemsSheet(
|
|||||||
shape = MaterialTheme.shapes.large.copy(
|
shape = MaterialTheme.shapes.large.copy(
|
||||||
bottomEnd = CornerSize(0f),
|
bottomEnd = CornerSize(0f),
|
||||||
bottomStart = CornerSize(0f),
|
bottomStart = CornerSize(0f),
|
||||||
)
|
),
|
||||||
|
tonalElevation = 16.dp,
|
||||||
|
shadowElevation = 16.dp,
|
||||||
) {
|
) {
|
||||||
Column(
|
Column(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user