jeziellago / compose-markdown

Markdown Text for Android Jetpack Compose 📋.
MIT License
568 stars 48 forks source link

fontSize does not affect list point bullets #13

Open BorisZubchenko opened 2 years ago

BorisZubchenko commented 2 years ago

For the following string resource:

<string name="test">
    - small text\n
    - small text\n
    - small text
</string>

And the following code:

MarkdownText(
    markdown = stringResource(R.string.test),
    fontSize = 14.sp
)

The list's point bullets look larger than intended: image

It seems that fontSize property does not affect their size.

cking24343 commented 1 week ago

It seems that this is not a high priority item? Is there any updates on how to handle resizing bullet points? I am seeing the same. The issue for me is that my requirement is to increase the font size to 18.sp, but this also increases the bullet sizing, so what was large is now super large lol

jeziellago commented 3 days ago

Hello! I'm working on this, and soon I'll release a new version with an option to configure the bullets.