Skip to content

Commit

Permalink
fix: add menu header part
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Sep 26, 2024
1 parent 6c4efe2 commit 11c3956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/menu/media-chrome-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ template.innerHTML = /*html*/ `
}
</style>
<div id="container">
<slot name="header" hidden>
<slot name="header" part="header" hidden>
<button part="back button" aria-label="Back to previous menu">
<slot name="back-icon">
<svg aria-hidden="true" viewBox="0 0 20 24" part="back indicator">
Expand Down

0 comments on commit 11c3956

Please sign in to comment.