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>
This commit is contained in:
renovate[bot] 2025-09-15 21:13:19 +00:00 committed by GitHub
parent 42b2847505
commit 437e8f864c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View file

@ -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),