You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Switch Large component does not adjust the width of the description to match the length of the label, unlike Switch Medium and Switch Small. With Switch Medium and Switch Small, the description width dynamically adapts to the label length, but this does not occur for Switch Large. This issue affects only the left label option, not the right.
The Switch Large component’s description width should adapt to the length of the label in the same way as Switch Medium and Switch Small, ensuring consistent behavior across all switch sizes.
Steps to Reproduce:
Use the switch component in Figma in small and large siize.
Set the label position to "left."
Add a label with varying lengths to each size. Add description as well.
Observe the description width for each switch size.
This issue also causes problems in our test file. When we detach instances, Switch Large appears visually different from the instances, with the description text breaking at an earlier point than expected. This inconsistency complicates visual testing and makes it harder to ensure uniformity across designs.
The text was updated successfully, but these errors were encountered:
The Switch Large component does not adjust the width of the description to match the length of the label, unlike Switch Medium and Switch Small. With Switch Medium and Switch Small, the description width dynamically adapts to the label length, but this does not occur for Switch Large. This issue affects only the left label option, not the right.
The Switch Large component’s description width should adapt to the length of the label in the same way as Switch Medium and Switch Small, ensuring consistent behavior across all switch sizes.
Steps to Reproduce:
This issue also causes problems in our test file. When we detach instances,
Switch Large
appears visually different from the instances, with the description text breaking at an earlier point than expected. This inconsistency complicates visual testing and makes it harder to ensure uniformity across designs.The text was updated successfully, but these errors were encountered: