Skip to content

Commit

Permalink
Add outline to a label (3) - consistency (#22812)
Browse files Browse the repository at this point in the history
Update ha-config-labels.ts
  • Loading branch information
ildar170975 authored Nov 14, 2024
1 parent 7cbebfd commit 6bdc7af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/panels/config/labels/ha-config-labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>`
Expand Down

0 comments on commit 6bdc7af

Please sign in to comment.