aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/dashboard/components
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/app/dashboard/components')
-rw-r--r--packages/web/app/dashboard/components/AllLists.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/web/app/dashboard/components/AllLists.tsx b/packages/web/app/dashboard/components/AllLists.tsx
index 6b5ca3b5..937ba90d 100644
--- a/packages/web/app/dashboard/components/AllLists.tsx
+++ b/packages/web/app/dashboard/components/AllLists.tsx
@@ -1,7 +1,6 @@
"use client";
import { api } from "@/lib/trpc";
-import { ScrollArea } from "@/components/ui/scroll-area";
import SidebarItem from "./SidebarItem";
import LoadingSpinner from "@/components/ui/spinner";
import NewListModal, { useNewListModal } from "./NewListModal";
@@ -16,7 +15,7 @@ export default function AllLists() {
return (
<ul className="max-h-full gap-2 overflow-scroll text-sm font-medium">
<NewListModal />
- <li className="flex justify-between py-2 font-bold">
+ <li className="flex justify-between pb-2 font-bold">
<p>Lists</p>
<Link href="#" onClick={() => setOpen(true)}>
<Plus />