From cc04527e36a7f1b655e06419c58830720f5d7082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Schr=C3=B6ter?= Date: Mon, 7 Oct 2024 21:38:34 +0200 Subject: [PATCH] Enhance drop shadow of cards --- web-app/src/components/DocumentCard.tsx | 2 +- web-app/src/components/SuggestionCard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web-app/src/components/DocumentCard.tsx b/web-app/src/components/DocumentCard.tsx index 01ddbca..26e0bed 100644 --- a/web-app/src/components/DocumentCard.tsx +++ b/web-app/src/components/DocumentCard.tsx @@ -6,7 +6,7 @@ interface DocumentCardProps { } const DocumentCard: React.FC = ({ document }) => ( -
+

{document.title}

{document.content.length > 100 diff --git a/web-app/src/components/SuggestionCard.tsx b/web-app/src/components/SuggestionCard.tsx index d6c4d34..5507a4c 100644 --- a/web-app/src/components/SuggestionCard.tsx +++ b/web-app/src/components/SuggestionCard.tsx @@ -19,7 +19,7 @@ const SuggestionCard: React.FC = ({ }) => { const document = suggestion.original_document; return ( -

+