-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix change sets zero padding #3162
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 1377a0c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
packages/tokens-studio-for-figma/src/app/components/ManageStylesAndVariables/ExportSetsTab.tsx
Fixed
Show fixed
Hide fixed
packages/tokens-studio-for-figma/src/app/components/ManageStylesAndVariables/ExportSetsTab.tsx
Fixed
Show fixed
Hide fixed
control={control} | ||
// this is the only way to do this | ||
// eslint-disable-next-line | ||
render={({ field }) => <TokenSetThemeItem {...props} value={field.value} onChange={field.onChange} />} |
Check failure
Code scanning / ESLint
Disallow `.bind()` or arrow functions in JSX props Error
packages/tokens-studio-for-figma/src/app/components/ManageStylesAndVariables/ExportSetsTab.tsx
Fixed
Show fixed
Hide fixed
Commit SHA:70c12206e93d77d88215fa4f81835b564b3cc86c |
…io/figma-plugin into fix/2699-change-sets-padding
Why does this PR exist?
Fixes #2699
What does this pull request do?
Removes
full
prop which sets padding to0
: https://github.com/tokens-studio/figma-plugin/compare/fix/2699-change-sets-padding?expand=1#diff-86ff146cc232d5b481858fd012daa944ea3ae8d58613e89e22f0da6efa31908cL147Before
After
Testing this change
Additional Notes (if any)