diff options
| author | MohamedBassem <me@mbassem.com> | 2024-02-22 18:28:08 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-02-22 18:28:08 +0000 |
| commit | 4e1ea0a5a8d11546dddba58c9ac5efa39729c9f7 (patch) | |
| tree | c271508d78dbf9d73ca85d563a510aea69359fb5 /packages/web/app/dashboard/components/SidebarItem.tsx | |
| parent | cd2e65ed10a33283666d9197e597f0b8f6335c15 (diff) | |
| download | karakeep-4e1ea0a5a8d11546dddba58c9ac5efa39729c9f7.tar.zst | |
feature: Introduce a separate sidebar for the mobile
Diffstat (limited to 'packages/web/app/dashboard/components/SidebarItem.tsx')
| -rw-r--r-- | packages/web/app/dashboard/components/SidebarItem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/app/dashboard/components/SidebarItem.tsx b/packages/web/app/dashboard/components/SidebarItem.tsx index e6a00d72..74d20bc0 100644 --- a/packages/web/app/dashboard/components/SidebarItem.tsx +++ b/packages/web/app/dashboard/components/SidebarItem.tsx @@ -18,7 +18,7 @@ export default function SidebarItem({ <li className={cn( "rounded-lg hover:bg-slate-100", - path == currentPath ? "bg-slate-100" : "", + path == currentPath ? "bg-gray-50" : "", )} > <Link href={path} className="flex w-full space-x-2 px-3 py-2"> |
