From 1c0ee467315d9cb59c19cfe78a725efe44e57ed4 Mon Sep 17 00:00:00 2001 From: Katharina Simma Date: Tue, 2 May 2023 18:48:52 +0200 Subject: [PATCH] Give interactive elements more space --- app/[listsId]/SingleViewList.tsx | 4 ++-- app/components/ListComponent.tsx | 6 +++++- app/components/LocationButton.tsx | 5 ++++- app/components/TaskComponent.tsx | 20 ++++++++++++-------- app/components/TaskContainer.tsx | 4 ++-- 5 files changed, 25 insertions(+), 14 deletions(-) diff --git a/app/[listsId]/SingleViewList.tsx b/app/[listsId]/SingleViewList.tsx index 47fdb7a..2101b4d 100644 --- a/app/[listsId]/SingleViewList.tsx +++ b/app/[listsId]/SingleViewList.tsx @@ -184,13 +184,13 @@ export default function SingleViewList(props: Props) {
diff --git a/app/components/ListComponent.tsx b/app/components/ListComponent.tsx index c1aec64..83955f2 100644 --- a/app/components/ListComponent.tsx +++ b/app/components/ListComponent.tsx @@ -30,6 +30,7 @@ export default function ListComponent(props: Props) {
{list.title} ) : (