fix: bottom nav icon colors

This commit is contained in:
Mahyar Khanbolooki
2025-07-31 19:29:04 +03:30
parent 52b5b880d0
commit 04a3096179
+1 -1
View File
@@ -16,7 +16,7 @@ function BottomNavLink({ icon, value, href, ...restProps }: Props) {
return (
<Link {...restProps} href={href} className={clsx(
'flex flex-col justify-arround items-center gap-[5px] text-disabled2',
isActive && 'text-foreground',
isActive && 'text-foreground **:stroke-foreground',
restProps.className ?? '',
)}>
{icon}