Skip to content

Commit

Permalink
fix: add button tooltip part for more styling (#996)
Browse files Browse the repository at this point in the history
options like transition delay, backdrop-filter, etc...
  • Loading branch information
luwes authored Oct 4, 2024
1 parent 5000cc3 commit 92542f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/media-chrome-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ template.innerHTML = /*html*/ `
</style>
<slot name="tooltip">
<media-tooltip>
<media-tooltip part="tooltip">
<slot name="tooltip-content"></slot>
</media-tooltip>
</slot>
Expand Down

0 comments on commit 92542f9

Please sign in to comment.