@@ -1542,7 +1542,7 @@ export default {
1542
1542
UVerticalNavigation : {
1543
1543
base : {
1544
1544
root : 'relative' ,
1545
- verticalNavigationBase : 'group relative flex items-center gap-2 focus:outline-none focus-visible:outline-none dark:focus-visible:outline-none focus-visible:before:ring-inset focus-visible:before:ring-1 focus-visible:before:ring-green-500 dark:focus-visible:before:ring-green-400 before:absolute before:inset-px before:rounded-md disabled:cursor-not-allowed disabled:opacity-75' ,
1545
+ verticalNavigationBase : 'group relative flex items-center gap-2 focus:outline-none focus-visible:outline-none hover:bg-gray-100 dark:hover:bg-gray-800 before:inset-px before:rounded-md disabled:cursor-not-allowed disabled:opacity-75' ,
1546
1546
ring : 'focus-visible:ring-inset focus-visible:ring-2 focus-visible:ring-green-500 dark:focus-visible:ring-green-400' ,
1547
1547
padding : 'px-3 py-1.5' ,
1548
1548
width : 'w-full' ,
@@ -1553,12 +1553,12 @@ export default {
1553
1553
inactive : 'text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white hover:before:bg-gray-50 dark:hover:before:bg-gray-800/50' ,
1554
1554
label : 'truncate relative' ,
1555
1555
iconBase : 'flex-shrink-0 w-4 h-4' ,
1556
- iconActive : 'text-red -700 dark:text-red -200' ,
1557
- iconInactive : 'text-red -400 dark:text-red -500 group-hover:text-red -700 dark:group-hover:text-red -200' ,
1556
+ iconActive : 'text-gray -700 dark:text-gray -200' ,
1557
+ iconInactive : 'text-gray -400 dark:text-gray -500 group-hover:text-gray -700 dark:group-hover:text-gray -200' ,
1558
1558
avatarBase : 'flex-shrink-0' ,
1559
1559
avatarSize : '3xs' ,
1560
1560
badgeBase : 'relative ms-auto inline-block py-0.5 px-2 text-xs rounded-md -me-1 -my-0.5' ,
1561
- badgeActive : 'bg-red-500 dark:bg-red -900' ,
1561
+ badgeActive : 'bg-white dark:bg-gray -900' ,
1562
1562
badgeInActive : 'bg-gray-100 dark:bg-gray-800 text-gray-900 dark:text-white group-hover:bg-white dark:group-hover:bg-gray-900' ,
1563
1563
} ,
1564
1564
0 commit comments