github-actions
released this
17 Mar 02:51
·
2234 commits
to main
since this release
Patch Changes
-
#1530
3a8925b76
Thanks @reesscot! - fix: update complex field components (TextField, TextAreaField, etc) to apply absolute positioning from FigmaFigma to Studio integration will absolutely position components when autolayout is not enabled in Figma. This causes an issue for field components that were passing position, top, and left, and padding down to the input element, causing the layout not to match Figma. This is fixed by moving the absolute position props and padding up to the container Flex element.