Skip to content

Commit 1e09380

Browse files
committed
Fix color issue.
1 parent 32436ec commit 1e09380

File tree

1 file changed

+2
-2
lines changed
  • libraries/mediaviewer/impl/src/main/kotlin/io/element/android/libraries/mediaviewer/impl/gallery/ui

1 file changed

+2
-2
lines changed

libraries/mediaviewer/impl/src/main/kotlin/io/element/android/libraries/mediaviewer/impl/gallery/ui/VideoItemView.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ private fun VideoInfoRow(
8888
.background(
8989
brush = Brush.verticalGradient(
9090
colors = listOf(
91-
Color.White.copy(alpha = 0f),
92-
Color.White,
91+
ElementTheme.colors.bgCanvasDefault.copy(alpha = 0f),
92+
ElementTheme.colors.bgCanvasDefault,
9393
)
9494
)
9595
)

0 commit comments

Comments
 (0)