We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f3f5e commit 92ffc7fCopy full SHA for 92ffc7f
src/components/Nav/MobileMenu/FooterButton.tsx
@@ -11,7 +11,7 @@ const FooterButton = forwardRef<HTMLButtonElement, FooterButtonProps>(
11
({ icon: Icon, children, ...props }, ref) => (
12
<Button
13
ref={ref}
14
- className="flex h-fit flex-col items-center px-1 text-body"
+ className="flex h-fit flex-col items-center px-1 text-body data-[state=active]:text-primary-hover"
15
variant="ghost"
16
{...props}
17
>
0 commit comments