diff options
Diffstat (limited to 'apps/web/components/dashboard/sidebar/ModileSidebar.tsx')
| -rw-r--r-- | apps/web/components/dashboard/sidebar/ModileSidebar.tsx | 2 |
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" /> |
