mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-13 13:00:24 +00:00
Update ha-target-picker.ts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user