-
Notifications
You must be signed in to change notification settings - Fork 16
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
Spacings, borders and shadows Foundations #507
Conversation
height: spacing(4.5), | ||
width: spacing(4.5) | ||
height: getSpacing(4.5), | ||
width: getSpacing(4.5) |
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 is the type of 'strange' spacing numbers I was talking about... We should consider probably a rounding to the next 'accepted level'. I would suggest creating a new task to discuss with Design about it
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.
Here I just updated the function we use, not the value, but for sure we need to review every spacing we are using to adapt to the new ones that the design team defined. I was thinking of doing it when we start adapting each component.
@@ -37,7 +37,7 @@ export const parameters = { | |||
storySort: { | |||
order: [ | |||
'Introduction', | |||
'CARTO Theme', | |||
'Atoms', |
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.
Let's validate tomorrow, but ok
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.
@vmilan 🚀
This pull request has been linked to Shortcut Story #266310: CORE - Adapt others. |
Description
Shortcut: #266310
[sc-266310]
The rest of core elements beyond Colors / Typography: