mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix white brightness effect on color wheel (#16738)
This commit is contained in:
parent
9f3e8abe69
commit
71954f545c
@ -176,7 +176,7 @@ class HaHsColorPicker extends LitElement {
|
||||
super.updated(changedProps);
|
||||
if (
|
||||
changedProps.has("colorBrightness") ||
|
||||
changedProps.has("vw") ||
|
||||
changedProps.has("wv") ||
|
||||
changedProps.has("ww") ||
|
||||
changedProps.has("cw") ||
|
||||
changedProps.has("minKelvin") ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user