diff --git a/ui/components/MessageBox.tsx b/ui/components/MessageBox.tsx index c31ac65..b385fbf 100644 --- a/ui/components/MessageBox.tsx +++ b/ui/components/MessageBox.tsx @@ -102,7 +102,7 @@ const MessageBox = ({ return (
Clear
+
{file.fileName.length > 25 ? file.fileName.replace(/\.\w+$/, '').substring(0, 25) + '...' + diff --git a/ui/components/MessageInputActions/AttachSmall.tsx b/ui/components/MessageInputActions/AttachSmall.tsx index 3514a58..a0d4b45 100644 --- a/ui/components/MessageInputActions/AttachSmall.tsx +++ b/ui/components/MessageInputActions/AttachSmall.tsx @@ -82,7 +82,7 @@ const AttachSmall = ({ fileInputRef.current.click()} - className="flex flex-row items-center space-x-1 text-white/70 hover:text-white transition duration-200" + className="flex flex-row items-center space-x-1 text-black/70 dark:text-white/70 hover:text-black hover:dark:text-white transition duration-200" > Clear @@ -117,7 +117,7 @@ const AttachSmall = ({ - + {file.fileName.length > 25 ? file.fileName.replace(/\.\w+$/, '').substring(0, 25) + '...' +
{file.fileName.length > 25 ? file.fileName.replace(/\.\w+$/, '').substring(0, 25) + '...' +