diff --git a/app/src/main/java/com/geeksville/mesh/ui/common/components/MDText.kt b/app/src/main/java/com/geeksville/mesh/ui/common/components/MDText.kt index ffbe2c040..43a70f88e 100644 --- a/app/src/main/java/com/geeksville/mesh/ui/common/components/MDText.kt +++ b/app/src/main/java/com/geeksville/mesh/ui/common/components/MDText.kt @@ -43,13 +43,9 @@ fun MDText( val colors = DefaultMarkdownColors( text = color, - codeText = MaterialTheme.colorScheme.onSurface, - inlineCodeText = MaterialTheme.colorScheme.onSurface, - linkText = HyperlinkBlue, codeBackground = MaterialTheme.colorScheme.surfaceContainerHigh, inlineCodeBackground = MaterialTheme.colorScheme.surfaceContainerHigh, dividerColor = MaterialTheme.colorScheme.onSurface, - tableText = MaterialTheme.colorScheme.onSurface, tableBackground = MaterialTheme.colorScheme.surfaceContainer, ) @@ -79,7 +75,6 @@ fun MDText( ordered = MaterialTheme.typography.bodyMedium.copy(color = color), bullet = MaterialTheme.typography.bodyMedium.copy(color = color), list = MaterialTheme.typography.bodyMedium.copy(color = color), - link = TextStyle(color = HyperlinkBlue, textDecoration = TextDecoration.Underline), textLink = TextLinkStyles(style = SpanStyle(color = HyperlinkBlue, textDecoration = TextDecoration.Underline)), table = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.onSurface), diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2a564931d..3d4d457c8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ kotlin = "2.2.20" kotlinx-coroutines-android = "1.10.2" lifecycle = "2.9.3" maps-compose = "6.10.0" -markdownRenderer = "0.35.0" +markdownRenderer = "0.37.0" navigation = "2.9.4" navigation3 = "1.0.0-alpha09" okhttp = "5.1.0"