Darkened dialog's dim.

This commit is contained in:
acclorite 2024-08-11 13:04:38 +03:00
parent 064ab3e2e5
commit cae540ce87
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ fun CustomDialogWithContent(
modifier: Modifier = Modifier, modifier: Modifier = Modifier,
drawableIcon: Painter? = null, drawableIcon: Painter? = null,
imageVectorIcon: ImageVector? = null, imageVectorIcon: ImageVector? = null,
backgroundTransparency: Float = 0.3f, backgroundTransparency: Float = 0.5f,
title: String, title: String,
description: String?, description: String?,
actionText: String?, actionText: String?,

View file

@ -62,7 +62,7 @@ fun CustomDialogWithLazyColumn(
modifier: Modifier = Modifier, modifier: Modifier = Modifier,
drawableIcon: Painter? = null, drawableIcon: Painter? = null,
imageVectorIcon: ImageVector? = null, imageVectorIcon: ImageVector? = null,
backgroundTransparency: Float = 0.3f, backgroundTransparency: Float = 0.5f,
title: String, title: String,
description: String?, description: String?,
actionText: String?, actionText: String?,