From 1609f2bd4bb5bbfb596a484dfa7ad4335f2ceea9 Mon Sep 17 00:00:00 2001 From: iamtoruk Date: Wed, 29 Apr 2026 17:22:08 -0700 Subject: [PATCH] Fix transparent popup background in light mode --- desktop/src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/src/styles.css b/desktop/src/styles.css index b6c3cea..e54907a 100644 --- a/desktop/src/styles.css +++ b/desktop/src/styles.css @@ -65,6 +65,7 @@ html, body, #root { height: 100vh; overflow: hidden; border-radius: var(--radius-lg); + background: var(--surface); } /* ---- header ---- */