Fixes background of transparent posts.

This commit is contained in:
Vitor Pamplona
2025-08-05 16:42:13 -04:00
parent c32a64fbfe
commit 9475978612
@@ -971,7 +971,7 @@ fun getGradient(backgroundColor: MutableState<Color>): Brush =
colors =
listOf(
backgroundColor.value.copy(alpha = 0f),
backgroundColor.value,
backgroundColor.value.copy(alpha = 1f),
),
)