Skip to content

Commit

Permalink
Fix media management delete button misalignment (#23534)
Browse files Browse the repository at this point in the history
  • Loading branch information
insomniac2305 authored and bramkragten committed Jan 2, 2025
1 parent 7e80eed commit 3b8bc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/media-player/dialog-media-manage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class DialogMediaManage extends LitElement {
: html`
<ha-button
class="danger"
slot="title"
slot="navigationIcon"
.disabled=${this._deleting}
.label=${this.hass.localize(
`ui.components.media-browser.file_management.${
Expand Down

0 comments on commit 3b8bc24

Please sign in to comment.