Fix color issue.
This commit is contained in:
parent
7a0da1c61a
commit
bcbdec7aa1
1 changed files with 2 additions and 2 deletions
|
|
@ -88,8 +88,8 @@ private fun VideoInfoRow(
|
||||||
.background(
|
.background(
|
||||||
brush = Brush.verticalGradient(
|
brush = Brush.verticalGradient(
|
||||||
colors = listOf(
|
colors = listOf(
|
||||||
Color.White.copy(alpha = 0f),
|
ElementTheme.colors.bgCanvasDefault.copy(alpha = 0f),
|
||||||
Color.White,
|
ElementTheme.colors.bgCanvasDefault,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue