Add margin after bullet points

This commit is contained in:
bxdxnn 2026-03-23 19:39:28 +00:00
parent 7179ca867c
commit a50b39fd89

View file

@ -50,6 +50,9 @@ object ElementRichTextEditorStyle {
val codeCornerRadius = 4.dp
val codeBorderWidth = 1.dp
return RichTextEditorDefaults.style(
bulletList = RichTextEditorDefaults.bulletListStyle(
bulletGapWidth = 8.dp,
),
text = RichTextEditorDefaults.textStyle(
color = LocalTextStyle.current.color.takeIf { it.isSpecified } ?: LocalContentColor.current,
fontStyle = LocalTextStyle.current.fontStyle,