Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply ordered and unordered list to all selection #263

Merged
merged 15 commits into from
May 1, 2024
Prev Previous commit
Next Next commit
Update RichTextConfig.kt
  • Loading branch information
T8RIN authored Apr 17, 2024
commit f4f449b130e31f7a615ce2e800286dde75c51371
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ data class RichTextConfig(
val codeColor: Color = Color.Unspecified,
val codeBackgroundColor: Color = Color.Transparent,
val codeStrokeColor: Color = Color.LightGray,
)
val listIndent: Int = 38
)