Skip to content

Fix change sets zero padding#3162

Closed
macintoshhelper wants to merge 6 commits intomainfrom
fix/2699-change-sets-padding
Closed

Fix change sets zero padding#3162
macintoshhelper wants to merge 6 commits intomainfrom
fix/2699-change-sets-padding

Conversation

@macintoshhelper
Copy link
Contributor

Why does this PR exist?

Fixes #2699

What does this pull request do?

Removes full prop which sets padding to 0: https://github.com/tokens-studio/figma-plugin/compare/fix/2699-change-sets-padding?expand=1#diff-86ff146cc232d5b481858fd012daa944ea3ae8d58613e89e22f0da6efa31908cL147

Before

image

After

image

Testing this change

Additional Notes (if any)

@changeset-bot
Copy link

changeset-bot bot commented Oct 3, 2024

🦋 Changeset detected

Latest commit: 1377a0c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@tokens-studio/figma-plugin Patch

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 3, 2024

⤵️ 📦 ✨ The artifact was successfully created! Want to test it? Download it here 👀 🎁

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

JSX props should not use arrow functions
@github-actions
Copy link
Contributor

github-actions bot commented Oct 3, 2024

Commit SHA:70c12206e93d77d88215fa4f81835b564b3cc86c
No changes to code coverage between the base branch and the head branch

@macintoshhelper macintoshhelper marked this pull request as ready for review October 7, 2024 13:08
@six7
Copy link
Collaborator

six7 commented Sep 16, 2025

@six7 six7 closed this Sep 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[2.0]: Change sets padding

3 participants

Comments