This commit is contained in:
callebtc
2025-07-12 02:55:14 +02:00
parent 759ebaec93
commit 50995c670f
4 changed files with 9 additions and 9 deletions
@@ -139,7 +139,7 @@ private fun appendFormattedContent(
}
"mention" -> {
builder.pushStyle(SpanStyle(
color = Color(0xFFFF8C00), // Orange
color = Color(0xFFFF9500), // Orange
fontSize = 14.sp,
fontWeight = FontWeight.SemiBold
))