off animation

This commit is contained in:
IluaAir
2025-10-12 23:38:22 +03:00
parent 36926c9974
commit 80b40ce1c0
2 changed files with 3 additions and 2 deletions

View File

@@ -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'
};

View File

@@ -26,6 +26,7 @@ export default function Dashboard() {
<MenuDock
items={menuItems}
orientation="vertical"
animated={false}
showIndicator={false}
showLabels={true}
variant="compact"