From 458ab9b1e082f487bbb4c3d817492de67385c55f Mon Sep 17 00:00:00 2001 From: Kendell R Date: Mon, 28 Sep 2020 04:08:57 -0700 Subject: [PATCH] Add --ha-card-border-width (#7021) --- src/components/ha-card.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,