From 47bd449fbe50a7b423db860ee6a34a7a3f7c3bb4 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 23 Mar 2024 14:33:28 +0000 Subject: feature(web): Add dark mode support --- .../components/dashboard/sidebar/ModileSidebar.tsx | 2 +- .../dashboard/sidebar/ModileSidebarItem.tsx | 4 +-- apps/web/components/dashboard/sidebar/Sidebar.tsx | 4 +-- .../components/dashboard/sidebar/SidebarItem.tsx | 4 +-- .../dashboard/sidebar/SidebarProfileOptions.tsx | 29 +++++++++++++++++++++- 5 files changed, 35 insertions(+), 8 deletions(-) (limited to 'apps/web/components/dashboard/sidebar') 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 (