Fixing the background color of the "re-login" screen when your session has timed out. (#18284)

* Updated modal background color

The background color of the authentication modal has been updated to use a CSS variable for better customization. The default value remains the same.

* Update umb-app-auth-modal.element.ts to use less specific css custom property

---------

Co-authored-by: Niels Lyngsø <niels.lyngso@gmail.com>
This commit is contained in:
Chris Houston
2025-02-11 04:59:06 -05:00
committed by GitHub
parent 447b36ab67
commit 5457521f19

View File

@@ -170,7 +170,7 @@ export class UmbAppAuthModalElement extends UmbModalBaseElement<UmbModalAppAuthC
css`
:host {
display: block;
background: rgb(244, 244, 244);
background: var(--uui-color-surface, #f4f4f4);
--curves-color: var(--umb-login-curves-color, #f5c1bc);
--curves-display: var(--umb-login-curves-display, inline);