Hi! When rendering `AnnotatedString` with `SpanSt...
# compose
d
Hi! When rendering
AnnotatedString
with
SpanStyle(background = Color.Blue)
inside a
Text
with font which has a larger
lineHeight
set, background doesn't fill a whole
lineHeight
. This seems like a bug, is it known? (css for example would fill a whole line height in this case if I'm not mistaken).