diff options
Diffstat (limited to 'apps/web/components/dashboard/sidebar/Sidebar.tsx')
| -rw-r--r-- | apps/web/components/dashboard/sidebar/Sidebar.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/components/dashboard/sidebar/Sidebar.tsx b/apps/web/components/dashboard/sidebar/Sidebar.tsx index 0351b889..1c18e90c 100644 --- a/apps/web/components/dashboard/sidebar/Sidebar.tsx +++ b/apps/web/components/dashboard/sidebar/Sidebar.tsx @@ -22,12 +22,12 @@ export default async function Sidebar() { return ( <aside className="flex h-screen w-60 flex-col gap-5 border-r p-4"> <Link href={"/dashboard/bookmarks"}> - <div className="flex items-center rounded-lg px-1 text-slate-900"> + <div className="flex items-center rounded-lg px-1 text-foreground"> <PackageOpen /> <span className="ml-2 text-base font-semibold">Hoarder</span> </div> </Link> - <hr /> + <Separator /> <div> <ul className="space-y-2 text-sm font-medium"> <SidebarItem |
