Change text color for 'black' theme in sidebar

This commit is contained in:
danidfra 2025-01-27 12:30:18 -03:00
parent c7b4cc87ba
commit 35475592a3
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ const SidebarNavigationLink = forwardRef((props: ISidebarNavigationLink, ref: Re
count={count}
countMax={countMax}
className={clsx('size-5', {
'text-gray-600 black:text-white dark:text-gray-500 group-hover:text-gray-900 dark:group-hover:text-gray-50': !isActive,
'text-gray-600 black:text-gray-500 dark:text-gray-500 group-hover:text-gray-900 dark:group-hover:text-gray-50': !isActive,
'text-gray-900 dark:text-gray-50': isActive,
})}
/>