From deef4d9c4ddf5d53001e821d3a56ff778a6b63ea Mon Sep 17 00:00:00 2001 From: KevIsDev Date: Thu, 24 Apr 2025 12:08:08 +0100 Subject: [PATCH] style(FilePreview): remove border and adjust styling for better UI consistency The border around the image was removed to simplify the design, and the bottom text container was updated to include a background color and rounded corners for better visual coherence --- app/components/chat/FilePreview.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/components/chat/FilePreview.tsx b/app/components/chat/FilePreview.tsx index e42faef2..e1400cf8 100644 --- a/app/components/chat/FilePreview.tsx +++ b/app/components/chat/FilePreview.tsx @@ -17,18 +17,14 @@ const FilePreview: React.FC = ({ files, imageDataList, onRemov
{imageDataList[index] && (
- {file.name} + {file.name} -
+
{file.name}