fix: hovering on tabslist items at dashboard (#645)

This commit is contained in:
Tanay
2023-11-15 12:48:11 +05:30
committed by GitHub
parent fe25239a4e
commit 0da080aa41

View File

@ -80,7 +80,12 @@ export default async function DocumentsPage({ searchParams = {} }: DocumentsPage
ExtendedDocumentStatus.DRAFT,
ExtendedDocumentStatus.ALL,
].map((value) => (
<TabsTrigger key={value} className="min-w-[60px]" value={value} asChild>
<TabsTrigger
key={value}
className="hover:text-primary min-w-[60px]"
value={value}
asChild
>
<Link href={getTabHref(value)} scroll={false}>
<DocumentStatus status={value} />