소스 검색

Bugfix: customBackgroundColor problem fixed in Main Header component.

lfabl 1 개월 전
부모
커밋
0351ca2ca5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/mainHeader/index.tsx

+ 1 - 0
src/components/mainHeader/index.tsx

@@ -50,6 +50,7 @@ const MainHeader = ({
         container: containerDynamicStyle
     } = useStyles({
         isWorkWithSafeAreaView,
+        customBackgroundColor,
         isWorkWithSeperator,
         isWorkWithSticky,
         backgroundColor,