From 95cda9a8cbeb7ecda6b52a3e674d20b5c81b36a8 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Tue, 7 Jan 2025 21:22:20 -0700 Subject: [PATCH] fix: Fix card usability for users of `darkreader` extension (#1813) --- src/scss/icon.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/scss/icon.scss b/src/scss/icon.scss index 598c174f..b63ecf0f 100644 --- a/src/scss/icon.scss +++ b/src/scss/icon.scss @@ -6,7 +6,9 @@ --ha-icon-display: block; } -* { +ha-icon, +state-badge, +svg { display: block; height: 100%; width: 100%;