Skip to content

Commit 892bf24

Browse files
committed
Update markdown theming setup for new version
1 parent 5e2fcb3 commit 892bf24

File tree

1 file changed

+0
-5
lines changed
  • ui-components/src/commonMain/kotlin/org/jetbrains/kotlinconf/ui/components

1 file changed

+0
-5
lines changed

ui-components/src/commonMain/kotlin/org/jetbrains/kotlinconf/ui/components/MarkdownView.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,9 @@ private fun MarkdownImpl(
9494
state = state,
9595
colors = DefaultMarkdownColors(
9696
text = KotlinConfTheme.colors.longText,
97-
codeText = KotlinConfTheme.colors.secondaryText,
98-
linkText = KotlinConfTheme.colors.purpleText,
9997
codeBackground = KotlinConfTheme.colors.mainBackground,
100-
inlineCodeText = KotlinConfTheme.colors.secondaryText,
10198
inlineCodeBackground = KotlinConfTheme.colors.mainBackground,
10299
dividerColor = KotlinConfTheme.colors.strokePale,
103-
tableText = KotlinConfTheme.colors.longText,
104100
tableBackground = KotlinConfTheme.colors.mainBackground,
105101
),
106102
typography = DefaultMarkdownTypography(
@@ -117,7 +113,6 @@ private fun MarkdownImpl(
117113
ordered = KotlinConfTheme.typography.text1,
118114
bullet = KotlinConfTheme.typography.text1,
119115
list = KotlinConfTheme.typography.text1,
120-
link = KotlinConfTheme.typography.text1,
121116
inlineCode = KotlinConfTheme.typography.text1,
122117
table = KotlinConfTheme.typography.text1,
123118
textLink = TextLinkStyles(

0 commit comments

Comments
 (0)