Fix sidebar active link color

merge-requests/3312/head
Alex Gleason 2025-01-24 23:56:40 -06:00
rodzic aaa0d4c4f4
commit 41aeb9d07e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -44,8 +44,9 @@ const SidebarNavigationLink = forwardRef((props: ISidebarNavigationLink, ref: Re
ref={ref}
onClick={handleClick}
className={clsx({
'flex items-center px-4 py-3.5 text-base font-semibold space-x-4 rtl:space-x-reverse rounded-full group text-gray-600 hover:text-gray-900 dark:text-gray-500 dark:hover:text-gray-100 hover:bg-gray-50 dark:hover:bg-primary-800': true,
'dark:text-gray-0 text-gray-900': isActive,
'flex items-center px-4 py-3.5 text-base font-semibold space-x-4 rtl:space-x-reverse rounded-full group hover:text-gray-900 dark:hover:text-gray-100 hover:bg-gray-50 dark:hover:bg-primary-800': true,
'text-gray-600 dark:text-gray-500': !isActive,
'text-gray-900 dark:text-gray-50': isActive,
})}
>
<span className='relative'>