fix tickets

This commit is contained in:
Thomas Demirdjian
2025-10-03 16:19:48 +02:00
parent a1d00b8cf6
commit f3229be1f0
13 changed files with 273 additions and 77 deletions
+6 -1
View File
@@ -12,6 +12,8 @@ import { navigate } from "../../navigation/NavigationService";
import { useUser } from "../../providers/UserDataProvider";
import { gutters } from "../../styles";
import CustomInput from "./components/CustomInput";
import { background } from "../../assets";
import { isWeb } from "../../hooks/useLayoutType";
const Lyrics = ({ navigation }) => {
const scrollRef = useRef(null);
@@ -239,7 +241,10 @@ const Lyrics = ({ navigation }) => {
]);
return (
<Page headerType="NONE">
<Page
backgroundImg={isWeb ? background.writingBgWeb : background.writingBG}
headerType="NONE"
>
<MusicLandHeader
onPressBack={() => navigate(Routes.Home)}
progress={95}