From 946e455b83574acc201590c9cbdccbdbac3468bb Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Thu, 19 Oct 2023 20:04:37 +0800 Subject: [PATCH] Add spacing between entries in list view --- src/routes/Home/Home.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/Home/Home.tsx b/src/routes/Home/Home.tsx index 4473887..9ee173d 100644 --- a/src/routes/Home/Home.tsx +++ b/src/routes/Home/Home.tsx @@ -986,6 +986,7 @@ export default function Home() { borderWidth: 1, borderRadius: 16, width: 256, + marginVertical: 4, }} > @@ -1018,6 +1019,7 @@ export default function Home() { borderWidth: 1, borderRadius: 16, width: 256, + marginVertical: 4, }} >