diff --git a/src/components/MessageInputActions/Sources.tsx b/src/components/MessageInputActions/Sources.tsx index 9a98239..2652d58 100644 --- a/src/components/MessageInputActions/Sources.tsx +++ b/src/components/MessageInputActions/Sources.tsx @@ -51,12 +51,12 @@ const Sources = () => { animate={{ opacity: 1, scale: 1 }} exit={{ opacity: 0, scale: 0.9 }} transition={{ duration: 0.1, ease: 'easeOut' }} - className="origin-top-right flex flex-col bg-light-primary dark:bg-dark-primary border rounded-lg border-light-200 dark:border-dark-200 w-full p-1 max-h-[200px] md:max-h-none overflow-y-auto shadow-md shadow-dark-50" + className="origin-top-right flex flex-col bg-light-primary dark:bg-dark-primary border rounded-lg border-light-200 dark:border-dark-200 w-full p-1 max-h-[200px] md:max-h-none overflow-y-auto shadow-lg" > {sourcesList.map((source, i) => (
{ if (!sources.includes(source.key)) { setSources([...sources, source.key]); @@ -65,13 +65,13 @@ const Sources = () => { } }} > -
+
{source.icon}

{source.name}