We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41442a commit 4ca1fceCopy full SHA for 4ca1fce
src/dialogs/more-info/components/lights/dialog-light-color-favorite.ts
@@ -153,7 +153,6 @@ class DialogLightColorFavorite extends LitElement {
153
<ha-wa-dialog
154
.hass=${this.hass}
155
.open=${this._open}
156
- width="small"
157
@closed=${this._dialogClosed}
158
header-title=${this._dialogParams?.title}
159
>
@@ -232,6 +231,7 @@ class DialogLightColorFavorite extends LitElement {
232
231
css`
233
ha-wa-dialog {
234
--dialog-content-padding: 0;
+ --ha-dialog-width-md: 420px;
235
}
236
237
.content {
0 commit comments