소스 검색

fix:max-width

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>
         </>
     );
 };