From b11e0af08d43447cad7603c799e01fb9e2436bbb Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Wed, 3 Dec 2025 09:45:49 +0800 Subject: [PATCH] :art: Improve auth page background color in MacOS https://ld246.com/article/1764154209756 (#16497) --- app/stage/auth.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/stage/auth.html b/app/stage/auth.html index a06b4b747..5e0fb78fc 100644 --- a/app/stage/auth.html +++ b/app/stage/auth.html @@ -21,6 +21,7 @@ --b3-theme-background: #fff; --b3-theme-on-background: #202124; --b3-theme-on-primary: #fff; + background-color: var(--b3-theme-background); } .dark { @@ -33,7 +34,6 @@ --b3-theme-background: #1e1e1e; --b3-theme-on-background: #c9d1d9; --b3-theme-on-primary: #fff; - background-color: var(--b3-theme-background); } .b3-button {