From 1f9fbb0c867ad25d8f3c3132be3c5c53ac546e9b Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 12 Aug 2024 15:58:17 -0400 Subject: [PATCH] Revers letter spacing in inline code on Markdow --- .../src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt index d7cf65b0d..e7a700db6 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt @@ -296,7 +296,6 @@ val MarkDownStyleOnDark = SpanStyle( fontFamily = FontFamily.Monospace, fontSize = Font14SP, - letterSpacing = 5.sp, background = DarkColorPalette.onSurface.copy(alpha = 0.22f), ), ), @@ -335,7 +334,6 @@ val MarkDownStyleOnLight = SpanStyle( fontFamily = FontFamily.Monospace, fontSize = Font14SP, - letterSpacing = 5.sp, background = LightColorPalette.onSurface.copy(alpha = 0.12f), ), ),