From 7814517b35d4845cff3874873953883e32a9c647 Mon Sep 17 00:00:00 2001 From: Richard R Date: Wed, 10 Jun 2026 13:44:08 -0600 Subject: [PATCH] style(doclist): enhance preview background with color-mix and radial mask Update DocumentPreview text preview to use a CSS color-mix radial pattern with increased opacity and a masked vignette effect. Improves visual clarity and consistency with design tokens. --- src/components/doclist/DocumentPreview.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/components/doclist/DocumentPreview.tsx b/src/components/doclist/DocumentPreview.tsx index 51eb60d..aea8b53 100644 --- a/src/components/doclist/DocumentPreview.tsx +++ b/src/components/doclist/DocumentPreview.tsx @@ -286,7 +286,18 @@ export function DocumentPreview({ doc }: DocumentPreviewProps) { ) : textPreview ? ( <>
-
+
{isTxtFile ? (