Skip to content

Commit

Permalink
feat(sidenav): use large icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jialin-he committed Jan 24, 2025
1 parent 731b45a commit 5e7c244
Showing 1 changed file with 1 addition and 1 deletion.
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 5e7c244

Please sign in to comment.