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

feat(app): add Layout component #61

Merged
merged 7 commits into from
Aug 26, 2022
Merged

feat(app): add Layout component #61

merged 7 commits into from
Aug 26, 2022

Conversation

pedronauck
Copy link
Contributor

Fix #40

@pedronauck pedronauck enabled auto-merge (squash) August 25, 2022 03:57
icon={<Icon icon="CaretLeft" color="gray8" />}
aria-label="Back"
variant="link"
css={{ px: "0 !important" }}
Copy link
Member

Choose a reason for hiding this comment

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

Why do we need important here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because that shit error from Stitches I mentioned earlier about generated class precedence 😕

Copy link
Member

Choose a reason for hiding this comment

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

@pedronauck pedronauck merged commit 188aa1a into master Aug 26, 2022
@pedronauck pedronauck deleted the feat/layout branch August 26, 2022 16:02
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.

Create Layout component
2 participants