Testing removing the gradient of quoted posts.
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user