diff --git a/routes/Movies.tsx b/routes/Movies.tsx
index 96bb841..9fd4dc2 100644
--- a/routes/Movies.tsx
+++ b/routes/Movies.tsx
@@ -244,6 +244,12 @@ const style = (theme:any) => {
alignItems: 'center',
justifyContent: 'center',
},
+ delete: {
+ color: 'red',
+ textAlign: 'center',
+ marginTop: 10,
+ },
+
});
}
@@ -457,8 +463,8 @@ function EditMovieModal({editMovie, setEdditMovie, update, theme, remove}:any){
value={editMovie.notes}
/>
-
-
diff --git a/routes/Other.tsx b/routes/Other.tsx
index a9c333e..4091e9e 100644
--- a/routes/Other.tsx
+++ b/routes/Other.tsx
@@ -266,6 +266,11 @@ const style = (theme:any) => {
paddingHorizontal: 10,
padding: 5,
},
+ delete: {
+ color: 'red',
+ textAlign: 'center',
+ marginTop: 10,
+ },
});
}
@@ -520,8 +525,8 @@ function EditshowModal({editOther, setEditOther, update, theme, remove, selCat}:
value={editOther.notes}
/>
-
-
diff --git a/routes/Shows.tsx b/routes/Shows.tsx
index c9d60c7..afa6ecc 100644
--- a/routes/Shows.tsx
+++ b/routes/Shows.tsx
@@ -265,6 +265,11 @@ const style = (theme:any) => {
paddingHorizontal: 10,
padding: 5,
},
+ delete: {
+ color: 'red',
+ textAlign: 'center',
+ marginTop: 10,
+ },
});
}
@@ -517,8 +522,8 @@ function EditshowModal({editShow, setEditShow, update, theme, remove}:any){
value={editShow.notes}
/>
-
-