From 60dd7a81080749ac72733ee26184556f907b241d Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Wed, 24 Dec 2025 17:24:07 +0530 Subject: [PATCH] feat(ui): fix theming issues --- src/components/MessageInputActions/Sources.tsx | 8 ++++---- src/components/Settings/SettingsField.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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) => (
{source.name}