Просмотр исходного кода

Bugfix: customBackgroundColor problem fixed in Main Header component.

lfabl 1 месяц назад
Родитель
Сommit
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,