fix: page

This commit is contained in:
2025-11-04 14:25:56 +01:00
parent af47934477
commit 600aeb5a6a
3 changed files with 19 additions and 12 deletions
+6 -2
View File
@@ -2,7 +2,7 @@ import { BlurView } from "expo-blur";
import React, { useCallback, useEffect, useMemo, useState } from "react";
import { Image, Modal, Pressable, StyleSheet, Text, View } from "react-native";
import useMinuit from "react-native-minuit/src/hooks/useMinuit";
import { ai, background } from "../../assets";
import { ai } from "../../assets";
import BorderGradientButton from "../../components/BorderGradientButton";
import FullscreenIntroVideo from "../../components/FullscreenIntroVideo";
import GradientButton from "../../components/GradientButton";
@@ -276,7 +276,11 @@ export const ChooseCoverType = () => {
]);
return (
<Page backgroundImg={background.studioBG2} headerType="NONE">
<Page
// backgroundImg={background.studioBG2}
backgroundColor={"#2A2E33"}
headerType="NONE"
>
<Image
source={ai.bena}
style={{