Explorar el Código

Bugfix: customBackgroundColor problem fixed in Main Header component.

lfabl hace 1 mes
padre
commit
0351ca2ca5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,