delete music
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { View, Text } from "react-native";
|
||||
import React from "react";
|
||||
import { Text, View } from "react-native";
|
||||
import { SheetManager } from "react-native-actions-sheet";
|
||||
import { Palette } from "../../styles";
|
||||
import BorderGradientButton from "../BorderGradientButton";
|
||||
import GradientButton from "../GradientButton";
|
||||
import { FONT_FAMILY } from "../../styles/Fonts";
|
||||
import AppActionSheet from "../AppActionSheet";
|
||||
import BorderGradientButton from "../BorderGradientButton";
|
||||
import GradientButton from "../GradientButton";
|
||||
|
||||
const DeleteModal = ({ payload }) => {
|
||||
const {
|
||||
@@ -51,7 +51,10 @@ const DeleteModal = ({ payload }) => {
|
||||
</Text>
|
||||
</View>
|
||||
<View style={{ width: "80%", alignSelf: "center", gap: 12 }}>
|
||||
<BorderGradientButton title="Oui, supprimer" onPress={handleConfirm} />
|
||||
<BorderGradientButton
|
||||
title="Oui, supprimer"
|
||||
onPress={handleConfirm}
|
||||
/>
|
||||
<GradientButton title="Non, annuler" onPress={onClose} />
|
||||
</View>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user