off animation
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
@@ -26,6 +26,7 @@ export default function Dashboard() {
|
||||
<MenuDock
|
||||
items={menuItems}
|
||||
orientation="vertical"
|
||||
animated={false}
|
||||
showIndicator={false}
|
||||
showLabels={true}
|
||||
variant="compact"
|
||||
|
||||
Reference in New Issue
Block a user