diff --git a/src/components/ha-card.ts b/src/components/ha-card.ts index 2b23b8ec20..cf215968c4 100644 --- a/src/components/ha-card.ts +++ b/src/components/ha-card.ts @@ -36,7 +36,7 @@ export class HaCard extends LitElement { :host([outlined]) { box-shadow: none; - border-width: 1px; + border-width: var(--ha-card-border-width, 1px); border-style: solid; border-color: var( --ha-card-border-color,