Fix color issue.

This commit is contained in:
Benoit Marty
2024-12-19 17:26:27 +01:00
parent 7a0da1c61a
commit bcbdec7aa1

View File

@@ -88,8 +88,8 @@ private fun VideoInfoRow(
.background(
brush = Brush.verticalGradient(
colors = listOf(
Color.White.copy(alpha = 0f),
Color.White,
ElementTheme.colors.bgCanvasDefault.copy(alpha = 0f),
ElementTheme.colors.bgCanvasDefault,
)
)
)