From 5f599f29e1aed699d313b9f652934ecedef8f3ea Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Mon, 22 Apr 2024 12:00:11 +0100 Subject: fix(mobile): Add a bigger button to collable the nested list --- apps/mobile/app/dashboard/(tabs)/lists.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'apps/mobile/app/dashboard/(tabs)/lists.tsx') diff --git a/apps/mobile/app/dashboard/(tabs)/lists.tsx b/apps/mobile/app/dashboard/(tabs)/lists.tsx index 7099c09f..9e4b0929 100644 --- a/apps/mobile/app/dashboard/(tabs)/lists.tsx +++ b/apps/mobile/app/dashboard/(tabs)/lists.tsx @@ -5,7 +5,7 @@ import { TailwindResolver } from "@/components/TailwindResolver"; import CustomSafeAreaView from "@/components/ui/CustomSafeAreaView"; import PageTitle from "@/components/ui/PageTitle"; import { api } from "@/lib/trpc"; -import { ChevronRight, Triangle } from "lucide-react-native"; +import { ChevronRight } from "lucide-react-native"; import { useBookmarkLists } from "@hoarder/shared-react/hooks/lists"; import { ZBookmarkListTreeNode } from "@hoarder/shared/utils/listUtils"; @@ -102,11 +102,12 @@ export default function Lists() { }} renderItem={(l) => ( {l.item.numChildren > 0 && ( { setShowChildrenOf((prev) => ({ ...prev, @@ -117,13 +118,11 @@ export default function Lists() { ( - -- cgit v1.2.3-70-g09d2