replay musics
This commit is contained in:
@@ -56,7 +56,7 @@ const styles = StyleSheet.create({
|
||||
backgroundColor: "transparent",
|
||||
},
|
||||
fallback: {
|
||||
backgroundColor: Palette.glass,
|
||||
backgroundColor: "#7373736e",
|
||||
borderColor: Palette.ultraLightWhite,
|
||||
borderWidth: 2,
|
||||
},
|
||||
|
||||
@@ -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={() => {
|
||||
|
||||
Reference in New Issue
Block a user