How to change height of AlertDialog component but ...
# compose
j
How to change height of AlertDialog component but still keep content visible? If I set modifier height for example to 150.dp my content is not visible. I want to decrease height because i do not need title in some cases and need to shrink size. Here how it looks like.
a