We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538b55f commit 07609fcCopy full SHA for 07609fc
richtext-ui/src/commonMain/kotlin/com/halilibo/richtext/ui/string/LinkDecorations.kt
@@ -28,7 +28,7 @@ public data class RichTextDecorations(
28
public data class LinkInlineContent(
29
val leading: InlineIconSpec? = null,
30
val trailing: InlineIconSpec? = null,
31
- val spacing: Dp = 4.dp,
+ val spacing: Dp = 2.dp,
32
val includeInHitTarget: Boolean = true,
33
)
34
@@ -57,7 +57,7 @@ public sealed class InlineIconSpec(
57
58
59
public companion object {
60
- public val DefaultSize: DpSize = DpSize(16.dp, 16.dp)
+ public val DefaultSize: DpSize = DpSize(24.dp, 24.dp)
61
public val DefaultPlaceholderVerticalAlign: PlaceholderVerticalAlign =
62
PlaceholderVerticalAlign.Center
63
}
0 commit comments