-
Notifications
You must be signed in to change notification settings - Fork 17
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
chore: first replace of legacies boxes #897
Conversation
✅ Deploy Preview for teritori-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for testitori ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
332cbc5
to
eb45356
Compare
649b601
to
a0858ca
Compare
Signed-off-by: clegirar <[email protected]>
7e6f79b
to
8855108
Compare
Signed-off-by: clegirar <[email protected]>
076b73d
to
a491c19
Compare
packages/components/boxes/Box.tsx
Outdated
@@ -53,6 +53,7 @@ export type BoxStyle = Pick< | |||
| "top" | |||
| "bottom" | |||
| "flex" | |||
| "zIndex" |
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.
zIndex should be passed to the outer component IMO
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.
Yep i agree
…sible style props of Box component Signed-off-by: clegirar <[email protected]>
Created smaller and cleaned PR based on #834