Fixes link colors
This commit is contained in:
@@ -550,7 +550,10 @@ fun CreateClickableTextWithEmoji(
|
|||||||
text =
|
text =
|
||||||
buildAnnotatedString {
|
buildAnnotatedString {
|
||||||
withLink(
|
withLink(
|
||||||
LinkAnnotation.Clickable("me") {
|
LinkAnnotation.Clickable(
|
||||||
|
"me",
|
||||||
|
TextLinkStyles(style = style.toSpanStyle()),
|
||||||
|
) {
|
||||||
onClick()
|
onClick()
|
||||||
},
|
},
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user