Browse Source

Bugfix: customBackgroundColor problem fixed in Main Header component.

lfabl 1 month ago
parent
commit
0351ca2ca5
1 changed files with 1 additions and 0 deletions
  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,