Browse Source

fix:max-width

ansoni 5 tháng trước cách đây
mục cha
commit
d1a03c4db8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>
         </>
     );
 };