Add --ha-card-border-width (#7021)

This commit is contained in:
Kendell R 2020-09-28 04:08:57 -07:00 committed by GitHub
parent dfb2a7153b
commit 458ab9b1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,