replay musics

This commit is contained in:
2025-11-03 14:01:35 +01:00
parent 460c91f1e6
commit 94a1f1ab16
7 changed files with 143 additions and 27 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ const styles = StyleSheet.create({
backgroundColor: "transparent",
},
fallback: {
backgroundColor: Palette.glass,
backgroundColor: "#7373736e",
borderColor: Palette.ultraLightWhite,
borderWidth: 2,
},
+7 -7
View File
@@ -1,12 +1,12 @@
import { View, Text } from "react-native";
import React from "react";
import AppActionSheet from "../AppActionSheet";
import { Text, View } from "react-native";
import { SheetManager } from "react-native-actions-sheet";
import { Routes } from "../../navigation";
import { navigate } from "../../navigation/NavigationService";
import { Palette } from "../../styles";
import { FONT_FAMILY } from "../../styles/Fonts";
import AppActionSheet from "../AppActionSheet";
import BlurItemButton from "../BlurItemButton";
import { SheetManager } from "react-native-actions-sheet";
import { navigate } from "../../navigation/NavigationService";
import { Routes } from "../../navigation";
const ProfileSettingsModal = () => {
const onClose = async () => {
@@ -27,13 +27,13 @@ const ProfileSettingsModal = () => {
Paramètres
</Text>
<View style={{ gap: 10 }}>
<BlurItemButton
{/* <BlurItemButton
title="Modifier mon profil"
onPress={() => {
onClose();
navigate(Routes.EditProfile);
}}
/>
/> */}
<BlurItemButton
title="Paramètres"
onPress={() => {