Fixes link colors

This commit is contained in:
Vitor Pamplona
2026-03-02 11:19:59 -05:00
parent 89579aa35e
commit 379dfedf05
@@ -550,7 +550,10 @@ fun CreateClickableTextWithEmoji(
text = text =
buildAnnotatedString { buildAnnotatedString {
withLink( withLink(
LinkAnnotation.Clickable("me") { LinkAnnotation.Clickable(
"me",
TextLinkStyles(style = style.toSpanStyle()),
) {
onClick() onClick()
}, },
) { ) {