ansoni преди 5 месеца
родител
ревизия
d1a03c4db8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/app/[locale]/(TabBar)/sports/layout.tsx

+ 1 - 1
src/app/[locale]/(TabBar)/sports/layout.tsx

@@ -15,7 +15,7 @@ const Layout: FC<PropsWithChildren<Props>> = (props) => {
     return (
         <>
             <Header visibleLanguage={false} />
-            <main className={"main-header"}>{children}</main>
+            <main className={"main-header bg-white"}>{children}</main>
         </>
     );
 };