Skip to content

Commit

Permalink
feat(accordion-item): custom header and content spacing tokens (#10721)
Browse files Browse the repository at this point in the history
**Related Issue:** #4012 

## Summary

### Add spacing

Removes pt-0 from .content to allow spacing between the header-content
and content.

#### Before

<img width="268" alt="Screenshot 2024-11-13 at 11 30 49 AM"
src="https://github.com/user-attachments/assets/aef62811-5a09-43e1-8328-330cb2c46bc2">

#### After

<img width="267" alt="Screenshot 2024-11-13 at 11 30 59 AM"
src="https://github.com/user-attachments/assets/dd92b276-259e-400b-9fcb-f048b5858426">
  • Loading branch information
alisonailea committed Nov 19, 2024
1 parent 8448cbf commit 698072c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
}

.content {
@apply hidden pt-0;
@apply hidden;
text-align: initial;
}

Expand Down

0 comments on commit 698072c

Please sign in to comment.