Skip to content

Commit

Permalink
fix: remove margin and add gap
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Lebeau committed Nov 6, 2023
1 parent bd2ede8 commit 7bc6622
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/theme/src/accordion-group.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.puik-accordion-group {
.puik-accordion {
@apply mb-4;
}
@apply flex flex-col gap-4 w-full;

&--contained {
@apply gap-0;

.puik-accordion {
@apply mb-0 border-t-0 border-b;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/src/accordion.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use './common/typography.scss';

.puik-accordion {
@apply border border-primary-400 mb-4;
@apply border border-primary-400;

&__header {
@apply px-6 py-4 flex w-full items-center;
Expand Down

0 comments on commit 7bc6622

Please sign in to comment.