Skip to content
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

NONE add token to new style files #201

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

rachellerathbone
Copy link
Collaborator

What's in this PR?
Updated styling to use token for spacing.

Why
To make sure we're doing things the Atlassian way 🙃

Added feature flags
nah

Affected issues
nope

How has this been tested?
locally. looks legit

What's Next?
:work-harder:

@rachellerathbone rachellerathbone requested a review from a team as a code owner November 16, 2023 06:03
@@ -12,8 +13,8 @@ export const topPanelContainer = css`
box-shadow: 0px 2px 4px 0px #091E4240;
display: flex;
max-height: 164px;
padding: 1.5em;
margin: 2em auto 2em 0.1em;
padding: ${token('space.300')};
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Less to update than I thought 🤷

@rachellerathbone rachellerathbone merged commit e8cb25b into main Nov 17, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants