halilozercan / compose-richtext

A collection of Compose libraries for advanced text formatting and alternative display types.
https://halilibo.com/compose-richtext
Apache License 2.0
750 stars 59 forks source link

Add Modifier to CodeBlockStyle #99

Closed morrisseyai closed 1 year ago

morrisseyai commented 1 year ago

Change adds a Modifier to CodeBlockStyle.

Note: this change alters the API for CodeBlockStyle. Any code which was previously passing in a background color will now need to pass in a modifier with the background color instead.