fix: bottom nav icon colors
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user