When a Ring's value is 0, the label renders offset to the right of the ring instead of centered. At any non-zero value the label centers correctly.
Repro:
from prefab_ui.components import Ring
Ring(value=0, label="0", variant="info", size="lg")
Likely an SVG text anchor or transform edge case when the arc length is zero.
When a Ring's value is 0, the label renders offset to the right of the ring instead of centered. At any non-zero value the label centers correctly.
Repro:
Likely an SVG text anchor or transform edge case when the arc length is zero.