Darkened dialog's dim.
This commit is contained in:
parent
064ab3e2e5
commit
cae540ce87
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ fun CustomDialogWithContent(
|
|||
modifier: Modifier = Modifier,
|
||||
drawableIcon: Painter? = null,
|
||||
imageVectorIcon: ImageVector? = null,
|
||||
backgroundTransparency: Float = 0.3f,
|
||||
backgroundTransparency: Float = 0.5f,
|
||||
title: String,
|
||||
description: String?,
|
||||
actionText: String?,
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ fun CustomDialogWithLazyColumn(
|
|||
modifier: Modifier = Modifier,
|
||||
drawableIcon: Painter? = null,
|
||||
imageVectorIcon: ImageVector? = null,
|
||||
backgroundTransparency: Float = 0.3f,
|
||||
backgroundTransparency: Float = 0.5f,
|
||||
title: String,
|
||||
description: String?,
|
||||
actionText: String?,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue