From 112e4127c153f8463811de1f5fb3e51ff1a254ce Mon Sep 17 00:00:00 2001 From: moist-webDev Date: Wed, 21 Jun 2023 21:53:49 -0400 Subject: [PATCH] change delete button to lond press only --- routes/Movies.tsx | 10 ++++++++-- routes/Other.tsx | 9 +++++++-- routes/Shows.tsx | 9 +++++++-- 3 files changed, 22 insertions(+), 6 deletions(-) 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} /> - -