Update ha-target-picker.ts

This commit is contained in:
Bram Kragten 2024-03-27 17:36:12 +01:00
parent 705c0e58fc
commit e42ddb8f0f

View File

@ -321,7 +321,7 @@ export class HaTargetPicker extends SubscribeMixin(LitElement) {
[type]: true,
})}"
style=${color
? `--color: rgb(${color}); --background-color: rgba(${color}, .3)`
? `--color: rgb(${color}); --background-color: rgba(${color}, .5)`
: ""}
>
${icon