Skip to content

Commit

Permalink
Change sidebar accordion size to small
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Davis committed Feb 5, 2024
1 parent 9b20afa commit e4308e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/x-pattern-library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class PatternLibrary extends MobxLitElement {
${when(
this.libraryStore.categories.length > 0,
() =>
html`<sp-accordion>
html`<sp-accordion size="s">
${this.libraryStore.categories.map(
category =>
html`<sp-accordion-item label=${category.name}>
Expand Down

0 comments on commit e4308e2

Please sign in to comment.