aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/sidebar/Sidebar.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-23 14:33:28 +0000
committerMohamedBassem <me@mbassem.com>2024-03-23 14:59:43 +0000
commit47bd449fbe50a7b423db860ee6a34a7a3f7c3bb4 (patch)
tree50ba6f327644ff33f75c2eb03dc886378c33778e /apps/web/components/dashboard/sidebar/Sidebar.tsx
parentb552f601dcb1d63c63517cdbdc28cbf9bc4ab1ce (diff)
downloadkarakeep-47bd449fbe50a7b423db860ee6a34a7a3f7c3bb4.tar.zst
feature(web): Add dark mode support
Diffstat (limited to 'apps/web/components/dashboard/sidebar/Sidebar.tsx')
-rw-r--r--apps/web/components/dashboard/sidebar/Sidebar.tsx4
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