mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The shimmerText style forced flexShrink: 1 on the primary label, while the real label has flexShrink: 0. With long secondary labels, the shimmer truncated the primary label and shifted the secondary truncation point, so the shimmer no longer aligned with the actual text. Drop the override so each shimmer label inherits its base flexShrink.