kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
chore(deps): update markdown renderer (mike penz) to v0.37.0 (#3087)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phil Oliver <3497406+poliver@users.noreply.github.com>pull/3110/head^2
rodzic
42b2847505
commit
437e8f864c
|
@ -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),
|
||||
|
|
|
@ -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"
|
||||
|
|
Ładowanie…
Reference in New Issue