-
Notifications
You must be signed in to change notification settings - Fork 152
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
fix(Accordion): add white background to Header and Footer #4587
Conversation
Storybook staging is available at https://kiwicom-orbit-domi-accordion-background.surge.sh |
Size Change: +123 B (+0.03%) Total Size: 459 kB
ℹ️ View Unchanged
|
7f42cb5
to
69da740
Compare
Deploying orbit with Cloudflare Pages
|
className={cx( | ||
"p-600 flex w-full items-center", | ||
"p-600 bg-white-normal flex w-full items-center rounded-[3px]", |
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've tried different solutions how to handle this without setting rounded corners but nothing worked properly, mostly because of the shadow on footer 😬
Closing. Will be fixed in #4589 |
This Pull Request meets the following criteria:
For new components:
d.ts
files and are exported inindex.d.ts
✨
Description by Callstackai
This PR adds a white background to the Header and Footer of the Accordion component.
Diagrams of code changes
Files Changed