From 80b40ce1c08e8bb17e7babb7cac905fc83137cc9 Mon Sep 17 00:00:00 2001 From: IluaAir Date: Sun, 12 Oct 2025 23:38:22 +0300 Subject: [PATCH] off animation --- .../src/components/ui/shadcn-io/menu-dock/index.jsx | 4 ++-- taskncoffee-app/src/pages/Dashboard.jsx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/taskncoffee-app/src/components/ui/shadcn-io/menu-dock/index.jsx b/taskncoffee-app/src/components/ui/shadcn-io/menu-dock/index.jsx index e41e350..e66f497 100644 --- a/taskncoffee-app/src/components/ui/shadcn-io/menu-dock/index.jsx +++ b/taskncoffee-app/src/components/ui/shadcn-io/menu-dock/index.jsx @@ -79,8 +79,8 @@ export const MenuDock = ({ switch (variant) { case 'compact': return { - container: 'p-1 gap-1', - item: 'px-5 py-3', + container: 'p-1 gap-3', + item: 'px-5 py-2', icon: 'h-4 w-4', text: 'text-xs' }; diff --git a/taskncoffee-app/src/pages/Dashboard.jsx b/taskncoffee-app/src/pages/Dashboard.jsx index c40e7d8..d052e79 100644 --- a/taskncoffee-app/src/pages/Dashboard.jsx +++ b/taskncoffee-app/src/pages/Dashboard.jsx @@ -26,6 +26,7 @@ export default function Dashboard() {