mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-28 22:53:11 +02:00
Revers letter spacing in inline code on Markdow
This commit is contained in:
@@ -296,7 +296,6 @@ val MarkDownStyleOnDark =
|
|||||||
SpanStyle(
|
SpanStyle(
|
||||||
fontFamily = FontFamily.Monospace,
|
fontFamily = FontFamily.Monospace,
|
||||||
fontSize = Font14SP,
|
fontSize = Font14SP,
|
||||||
letterSpacing = 5.sp,
|
|
||||||
background = DarkColorPalette.onSurface.copy(alpha = 0.22f),
|
background = DarkColorPalette.onSurface.copy(alpha = 0.22f),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@@ -335,7 +334,6 @@ val MarkDownStyleOnLight =
|
|||||||
SpanStyle(
|
SpanStyle(
|
||||||
fontFamily = FontFamily.Monospace,
|
fontFamily = FontFamily.Monospace,
|
||||||
fontSize = Font14SP,
|
fontSize = Font14SP,
|
||||||
letterSpacing = 5.sp,
|
|
||||||
background = LightColorPalette.onSurface.copy(alpha = 0.12f),
|
background = LightColorPalette.onSurface.copy(alpha = 0.12f),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user