rounded_background_text
rounded_background_text copied to clipboard
[bug] Selectable Text Renders at Incorrect Position
Describe the bug It looks like there is a difference in the line spacing and letter spacing between the regular text and the selectable text.
To Reproduce Steps to reproduce the behavior:
- Open the demo website https://bdlukaa.github.io/rounded_background_text
- Select the
Selectable Textoption.
Expected behavior Both text elements should render at the same position with consistent line height and letter spacing.
Screenshots
Additional context
We've previously mentioned this issue in another thread and provided a workaround by using RoundedBackgroundTextField with readOnly: true.