From 5bea5d39f8e5d6245bc7e6033bba220ddb561f4c Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Thu, 27 Nov 2025 18:57:50 +0000 Subject: feat: improve font and colors of sidebar items --- apps/web/components/dashboard/sidebar/AllLists.tsx | 21 ++++++++++++--------- apps/web/components/shared/sidebar/SidebarItem.tsx | 6 ++++-- 2 files changed, 16 insertions(+), 11 deletions(-) (limited to 'apps/web/components') diff --git a/apps/web/components/dashboard/sidebar/AllLists.tsx b/apps/web/components/dashboard/sidebar/AllLists.tsx index 50a06106..1cc3f3a5 100644 --- a/apps/web/components/dashboard/sidebar/AllLists.tsx +++ b/apps/web/components/dashboard/sidebar/AllLists.tsx @@ -4,12 +4,11 @@ import { useCallback, useState } from "react"; import Link from "next/link"; import { usePathname } from "next/navigation"; import SidebarItem from "@/components/shared/sidebar/SidebarItem"; -import { Badge } from "@/components/ui/badge"; import { Button } from "@/components/ui/button"; import { CollapsibleTriggerTriangle } from "@/components/ui/collapsible"; import { useTranslation } from "@/lib/i18n/client"; import { cn } from "@/lib/utils"; -import { CirclePlus, MoreHorizontal } from "lucide-react"; +import { MoreHorizontal, Plus } from "lucide-react"; import type { ZBookmarkList } from "@karakeep/shared/types/lists"; import { ZBookmarkListTreeNode } from "@karakeep/shared/utils/listUtils"; @@ -34,11 +33,16 @@ export default function AllLists({ return (