Skip to content

Commit

Permalink
Fixing the background color of the "re-login" screen when your sessio…
Browse files Browse the repository at this point in the history
…n 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>
  • Loading branch information
readingdancer and nielslyngsoe authored Feb 11, 2025
1 parent 447b36a commit 5457521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5457521

Please sign in to comment.