Closed nlyle01 closed 1 year ago
I think there's a redundant dmc.Text here. In a project I'm working on, I'm able to get inline text styles with:
dmc.Text
dmc.Text( children=[ dmc.Text("some text", style={"display": "inline"}), " and some more text." ] )
Thanks!
I think there's a redundant
dmc.Text
here. In a project I'm working on, I'm able to get inline text styles with: