Fix color issue.
This commit is contained in:
parent
32436ecc92
commit
1e0938099f
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue