Update text color in thumb-navigation

merge-requests/3314/head
danidfra 2025-01-27 12:06:06 -03:00
rodzic 19d912a42c
commit c7b4cc87ba
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -38,7 +38,7 @@ const ThumbNavigationLink: React.FC<IThumbNavigationLink> = ({ count, countMax,
src={icon}
className={clsx({
'size-5': true,
'text-gray-600 black:text-white': active,
'text-black dark:text-white black:text-white': active,
'text-primary-500': !active,
})}
count={count}
@ -49,7 +49,7 @@ const ThumbNavigationLink: React.FC<IThumbNavigationLink> = ({ count, countMax,
src={icon}
className={clsx({
'size-5': true,
'text-white': active,
'text-black dark:text-white black:text-white': active,
'text-primary-500': !active,
})}
/>
@ -60,8 +60,8 @@ const ThumbNavigationLink: React.FC<IThumbNavigationLink> = ({ count, countMax,
size='xs'
weight='medium'
className={clsx({
'text-gray-600': !active,
'text-primary-500': active,
'text-greed-600': active,
'text-primary-500': !active,
})}
>
{text}