aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/sidebar/ModileSidebar.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/ModileSidebar.tsx
parentb552f601dcb1d63c63517cdbdc28cbf9bc4ab1ce (diff)
downloadkarakeep-47bd449fbe50a7b423db860ee6a34a7a3f7c3bb4.tar.zst
feature(web): Add dark mode support
Diffstat (limited to 'apps/web/components/dashboard/sidebar/ModileSidebar.tsx')
-rw-r--r--apps/web/components/dashboard/sidebar/ModileSidebar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/sidebar/ModileSidebar.tsx b/apps/web/components/dashboard/sidebar/ModileSidebar.tsx
index 3c68433a..7306308d 100644
--- a/apps/web/components/dashboard/sidebar/ModileSidebar.tsx
+++ b/apps/web/components/dashboard/sidebar/ModileSidebar.tsx
@@ -12,7 +12,7 @@ import SidebarProfileOptions from "./SidebarProfileOptions";
export default async function MobileSidebar() {
return (
<aside className="w-full">
- <ul className="flex justify-between space-x-2 border-b-black bg-gray-100 px-5 py-2 pt-5">
+ <ul className="flex justify-between space-x-2 border-b-black px-5 py-2 pt-5">
<MobileSidebarItem logo={<PackageOpen />} path="/dashboard/bookmarks" />
<MobileSidebarItem logo={<Search />} path="/dashboard/search" />
<MobileSidebarItem logo={<ClipboardList />} path="/dashboard/lists" />