Skip to content

Commit

Permalink
feat(components/accordion): issue #262
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Skok committed May 16, 2023
1 parent 5bbad83 commit 61bf42f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ button {
}

& > .accordion__content {
padding: 16px;
padding: var(--prizm-accordion-content-padding, 16px);
opacity: 1;
}
}
Expand Down

0 comments on commit 61bf42f

Please sign in to comment.