From 6bdc7af09f9f8d2b133d1ab420ab2a98f370cc75 Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:05:01 +0300 Subject: [PATCH] Add outline to a label (3) - consistency (#22812) Update ha-config-labels.ts --- src/panels/config/labels/ha-config-labels.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/panels/config/labels/ha-config-labels.ts b/src/panels/config/labels/ha-config-labels.ts index 1d974bb7a5..2e52ddb663 100644 --- a/src/panels/config/labels/ha-config-labels.ts +++ b/src/panels/config/labels/ha-config-labels.ts @@ -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;" >`