Add outline to a label (3) - consistency (#22812)

Update ha-config-labels.ts
This commit is contained in:
ildar170975 2024-11-14 10:05:01 +03:00 committed by GitHub
parent 7cbebfd603
commit 6bdc7af09f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,8 @@ export class HaConfigLabels extends LitElement {
style="
background-color: ${computeCssColor(label.color)};
border-radius: 10px;
outline: 1px solid var(--outline-color);
border: 1px solid var(--outline-color);
box-sizing: border-box;
width: 20px;
height: 20px;"
></div>`