-
Notifications
You must be signed in to change notification settings - Fork 64
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
LG-4341: Add 72px spacing token #2394
Conversation
🦋 Changeset detectedLatest commit: 6e72bb1 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 |
@@ -15,6 +15,7 @@ const spacing = { | |||
1200: 48, | |||
1400: 56, | |||
1600: 64, | |||
1800: 72, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this the right number... it's only 6 away from 1600 so i think it shoudl be 1750 not 1800
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be correct:
18 x 4 = 72
16 x 4 = 64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ugh you're right
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bruugey it's 8 away
1800 / 100 = 72 / 4 = 18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't think the number is correct
Size Change: +9 B (0%) Total Size: 1.35 MB
ℹ️ View Unchanged
|
'@leafygreen-ui/tokens': minor | ||
--- | ||
|
||
Adds 72px spacing token |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: maybe add what the token key is here
✍️ Proposed changes
🎟 Jira ticket: LG-4341
✅ Checklist
For bug fixes, new features & breaking changes
yarn changeset
and documented my changesFor new components
🧪 How to test changes