Fix particles over alert in login screen (#18923)

This commit is contained in:
Paul Bottein 2023-12-06 13:16:47 +01:00 committed by GitHub
parent 134e13005d
commit ef3785ce9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ export class HaAuthorize extends litLocalizeLiteMixin(LitElement) {
ha-authorize ha-alert { ha-authorize ha-alert {
display: block; display: block;
margin: 16px 0; margin: 16px 0;
background-color: var(--primary-background-color, #fafafa);
} }
</style> </style>
<ha-alert alert-type="error" <ha-alert alert-type="error"
@ -93,6 +94,7 @@ export class HaAuthorize extends litLocalizeLiteMixin(LitElement) {
ha-alert { ha-alert {
display: block; display: block;
margin: 16px 0; margin: 16px 0;
background-color: var(--primary-background-color, #fafafa);
} }
p { p {
font-size: 14px; font-size: 14px;