From 379dfedf05eabb099b2b9b027e63c743b4f2d75e Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 2 Mar 2026 11:19:59 -0500 Subject: [PATCH] Fixes link colors --- .../vitorpamplona/amethyst/ui/components/ClickableRoute.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ClickableRoute.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ClickableRoute.kt index 112f0c432..20ace177d 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ClickableRoute.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ClickableRoute.kt @@ -550,7 +550,10 @@ fun CreateClickableTextWithEmoji( text = buildAnnotatedString { withLink( - LinkAnnotation.Clickable("me") { + LinkAnnotation.Clickable( + "me", + TextLinkStyles(style = style.toSpanStyle()), + ) { onClick() }, ) {