mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix empty classmap for thermostat card (#19078)
This commit is contained in:
parent
45b7ebbe46
commit
ce983f043e
@ -412,9 +412,7 @@ export class HaStateControlClimateTemperature extends LitElement {
|
|||||||
|
|
||||||
return html`
|
return html`
|
||||||
<div
|
<div
|
||||||
class="container${classMap({
|
class="container${containerSizeClass}"
|
||||||
[this._sizeController.value ?? ""]: true,
|
|
||||||
})}"
|
|
||||||
style=${styleMap({
|
style=${styleMap({
|
||||||
"--state-color": stateColor,
|
"--state-color": stateColor,
|
||||||
})}
|
})}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user