mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 00:06:35 +00:00
Add outline to a label (3) - consistency (#22812)
Update ha-config-labels.ts
This commit is contained in:
parent
7cbebfd603
commit
6bdc7af09f
@ -106,7 +106,8 @@ export class HaConfigLabels extends LitElement {
|
|||||||
style="
|
style="
|
||||||
background-color: ${computeCssColor(label.color)};
|
background-color: ${computeCssColor(label.color)};
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
outline: 1px solid var(--outline-color);
|
border: 1px solid var(--outline-color);
|
||||||
|
box-sizing: border-box;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;"
|
height: 20px;"
|
||||||
></div>`
|
></div>`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user