chore(design): change background color to theme background color
+ 1
- 1
app/components/Layout.tsx
@@ -37,7 +37,7 @@ export const Layout: FC<LayoutProps & WithThemeSchemeProp> = (commonProps) => {
               padding: 0;
               font-family: sans-serif;
               font-size: 16px;
-              background-color: ${NamedColors.BRAND_LINE[themeScheme]};
+              background-color: ${NamedColors.BACKGROUND[themeScheme]};
             }
             html {
               /* so anchor are not hidden behind sticky header */