fix: bottom nav icon colors
This commit is contained in:
@@ -16,7 +16,7 @@ function BottomNavLink({ icon, value, href, ...restProps }: Props) {
|
|||||||
return (
|
return (
|
||||||
<Link {...restProps} href={href} className={clsx(
|
<Link {...restProps} href={href} className={clsx(
|
||||||
'flex flex-col justify-arround items-center gap-[5px] text-disabled2',
|
'flex flex-col justify-arround items-center gap-[5px] text-disabled2',
|
||||||
isActive && 'text-foreground',
|
isActive && 'text-foreground **:stroke-foreground',
|
||||||
restProps.className ?? '',
|
restProps.className ?? '',
|
||||||
)}>
|
)}>
|
||||||
{icon}
|
{icon}
|
||||||
|
|||||||
Reference in New Issue
Block a user