Fix white brightness effect on color wheel (#16738)

This commit is contained in:
Paul Bottein 2023-06-05 09:39:53 +02:00 committed by GitHub
parent 9f3e8abe69
commit 71954f545c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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") ||