Adjust bottom sheet color
This commit is contained in:
parent
cf6cbf20f4
commit
454aa6d832
@ -248,6 +248,8 @@ fun BottomSheetDialog(
|
|||||||
bottomEnd = CornerSize(0),
|
bottomEnd = CornerSize(0),
|
||||||
),
|
),
|
||||||
shadowElevation = 16.dp,
|
shadowElevation = 16.dp,
|
||||||
|
tonalElevation = 1.dp,
|
||||||
|
color = MaterialTheme.colorScheme.surfaceContainerLow,
|
||||||
) {
|
) {
|
||||||
Column {
|
Column {
|
||||||
if (title != null || actions != null) {
|
if (title != null || actions != null) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user