From ef3785ce9fbfd532088961ab8152196d76edc71d Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Wed, 6 Dec 2023 13:16:47 +0100 Subject: [PATCH] Fix particles over alert in login screen (#18923) --- src/auth/ha-authorize.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/auth/ha-authorize.ts b/src/auth/ha-authorize.ts index 24ae1f190c..6af166f067 100644 --- a/src/auth/ha-authorize.ts +++ b/src/auth/ha-authorize.ts @@ -63,6 +63,7 @@ export class HaAuthorize extends litLocalizeLiteMixin(LitElement) { ha-authorize ha-alert { display: block; margin: 16px 0; + background-color: var(--primary-background-color, #fafafa); }