Skip to content

Commit

Permalink
feat(sidenav): use large icon (#846)
Browse files Browse the repository at this point in the history
* feat(sidenav): use large icon

* docs(sidenav): update changeset
  • Loading branch information
jialin-he authored Jan 24, 2025
1 parent 731b45a commit 49ad5ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/selfish-toys-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ithaka/pharos': patch
---

Use large icon for close button in sidenav
2 changes: 1 addition & 1 deletion packages/pharos/src/components/sidenav/pharos-sidenav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class PharosSidenav extends ScopedRegistryMixin(FocusMixin(SideElement))
return this.hasCloseButton
? html`<pharos-button
class="side-element__button"
icon="chevron-left"
icon="chevron-left-large"
variant="subtle"
a11y-label="Close menu"
is-on-background
Expand Down

0 comments on commit 49ad5ad

Please sign in to comment.