kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Update icon color in thumb-navigation
rodzic
96295be70b
commit
19d912a42c
|
@ -37,9 +37,9 @@ const ThumbNavigationLink: React.FC<IThumbNavigationLink> = ({ count, countMax,
|
||||||
<IconWithCounter
|
<IconWithCounter
|
||||||
src={icon}
|
src={icon}
|
||||||
className={clsx({
|
className={clsx({
|
||||||
'h-5 w-5': true,
|
'size-5': true,
|
||||||
'text-gray-600 black:text-white': !active,
|
'text-gray-600 black:text-white': active,
|
||||||
'text-primary-500': active,
|
'text-primary-500': !active,
|
||||||
})}
|
})}
|
||||||
count={count}
|
count={count}
|
||||||
countMax={countMax}
|
countMax={countMax}
|
||||||
|
@ -48,9 +48,9 @@ const ThumbNavigationLink: React.FC<IThumbNavigationLink> = ({ count, countMax,
|
||||||
<Icon
|
<Icon
|
||||||
src={icon}
|
src={icon}
|
||||||
className={clsx({
|
className={clsx({
|
||||||
'h-5 w-5': true,
|
'size-5': true,
|
||||||
'text-gray-600 black:text-white': !active,
|
'text-white': active,
|
||||||
'text-primary-500': active,
|
'text-primary-500': !active,
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
Ładowanie…
Reference in New Issue