Testing removing the gradient of quoted posts.

This commit is contained in:
Vitor Pamplona
2023-05-05 18:49:32 -04:00
parent 0c673e91c6
commit 635279d59a
@@ -380,8 +380,7 @@ fun BechLink(word: String, canPreview: Boolean, backgroundColor: Color, accountV
MaterialTheme.colors.onSurface.copy(alpha = 0.12f), MaterialTheme.colors.onSurface.copy(alpha = 0.12f),
RoundedCornerShape(15.dp) RoundedCornerShape(15.dp)
), ),
parentBackgroundColor = MaterialTheme.colors.onSurface.copy(alpha = 0.05f) parentBackgroundColor = backgroundColor,
.compositeOver(backgroundColor),
isQuotedNote = true, isQuotedNote = true,
navController = navController navController = navController
) )
@@ -530,8 +529,7 @@ fun TagLink(word: String, tags: List<List<String>>, canPreview: Boolean, backgro
MaterialTheme.colors.onSurface.copy(alpha = 0.12f), MaterialTheme.colors.onSurface.copy(alpha = 0.12f),
RoundedCornerShape(15.dp) RoundedCornerShape(15.dp)
), ),
parentBackgroundColor = MaterialTheme.colors.onSurface.copy(alpha = 0.05f) parentBackgroundColor = backgroundColor,
.compositeOver(backgroundColor),
isQuotedNote = true, isQuotedNote = true,
navController = navController navController = navController
) )