Skip to content

Commit 07609fc

Browse files
defaults
1 parent 538b55f commit 07609fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

richtext-ui/src/commonMain/kotlin/com/halilibo/richtext/ui/string/LinkDecorations.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public data class RichTextDecorations(
2828
public data class LinkInlineContent(
2929
val leading: InlineIconSpec? = null,
3030
val trailing: InlineIconSpec? = null,
31-
val spacing: Dp = 4.dp,
31+
val spacing: Dp = 2.dp,
3232
val includeInHitTarget: Boolean = true,
3333
)
3434

@@ -57,7 +57,7 @@ public sealed class InlineIconSpec(
5757
)
5858

5959
public companion object {
60-
public val DefaultSize: DpSize = DpSize(16.dp, 16.dp)
60+
public val DefaultSize: DpSize = DpSize(24.dp, 24.dp)
6161
public val DefaultPlaceholderVerticalAlign: PlaceholderVerticalAlign =
6262
PlaceholderVerticalAlign.Center
6363
}

0 commit comments

Comments
 (0)