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;