From b7703fc4dfa4a2c32eefee009c0d279df9ecbd55 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 15 Nov 2025 12:52:20 +0200 Subject: [PATCH] style(next): use main background color on mobile --- apps/client/src/stylesheets/theme-next/shell.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index e84c4544d..2ae36db2a 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -16,6 +16,10 @@ background-color: var(--root-background); } +body.mobile #root-widget { + background-color: var(--main-background-color); +} + body { --native-titlebar-darwin-x-offset: 10; --native-titlebar-darwin-y-offset: 12 !important;