Adjust bottom sheet color
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user