mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-15 18:25:18 +02:00
fix: update icon styling in DocumentsTableShell and enhance mobile rendering conditions in OnboardingTour
This commit is contained in:
parent
f7278f75f4
commit
e3dc2ad39f
2 changed files with 5 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue