fix: update icon styling in DocumentsTableShell and enhance mobile rendering conditions in OnboardingTour

This commit is contained in:
Anish Sarkar 2026-02-06 19:25:01 +05:30
parent f7278f75f4
commit e3dc2ad39f
2 changed files with 5 additions and 3 deletions

View file

@ -467,7 +467,7 @@ export function DocumentsTableShell({
className="flex flex-col items-center gap-4 max-w-md px-4 text-center"
>
<div className="rounded-full bg-muted/50 p-4">
<FileX className="h-8 w-8 text-muted-foreground/60" />
<FileX className="h-8 w-8 text-muted-foreground" />
</div>
<div className="space-y-1.5">
<h3 className="text-lg font-semibold">{t("no_documents")}</h3>