Use elevatedBackground color in DefaultDialog
This commit is contained in:
parent
67cb7d4ba0
commit
ee95f25d06
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ private inline fun DefaultDialog(
|
|||
modifier = modifier
|
||||
.padding(all = 48.dp)
|
||||
.background(
|
||||
color = LocalColorPalette.current.lightBackground,
|
||||
color = LocalColorPalette.current.elevatedBackground,
|
||||
shape = RoundedCornerShape(8.dp)
|
||||
)
|
||||
.padding(horizontal = 24.dp, vertical = 16.dp),
|
||||
|
|
Loading…
Reference in a new issue