From b846f562be877d2c9beefa12e95c2bd9f28ab948 Mon Sep 17 00:00:00 2001 From: derek jackson <63861027+derekjackson-das@users.noreply.github.com> Date: Thu, 29 May 2025 08:27:23 -0400 Subject: [PATCH] =?UTF-8?q?=E2=98=80=EF=B8=8F=20a11y:=20Add=20Missing=20Fo?= =?UTF-8?q?cus=20to=20Model=20Selector=20in=20Light=20Mode=20(#7607)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Chat/Menus/Endpoints/CustomMenu.tsx | 2 +- client/src/components/Chat/Menus/Endpoints/ModelSelector.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Chat/Menus/Endpoints/CustomMenu.tsx b/client/src/components/Chat/Menus/Endpoints/CustomMenu.tsx index a80b4d4fb9..eec0cf23b3 100644 --- a/client/src/components/Chat/Menus/Endpoints/CustomMenu.tsx +++ b/client/src/components/Chat/Menus/Endpoints/CustomMenu.tsx @@ -44,7 +44,7 @@ export const CustomMenu = React.forwardRef(func {...props} className={cn( !parent && - 'flex h-10 w-full items-center justify-center gap-2 rounded-xl border border-border-light px-3 py-2 text-sm text-text-primary focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-white', + 'flex h-10 w-full items-center justify-center gap-2 rounded-xl border border-border-light px-3 py-2 text-sm text-text-primary', menuStore.useState('open') ? 'bg-surface-tertiary hover:bg-surface-tertiary' : 'bg-surface-secondary hover:bg-surface-tertiary', diff --git a/client/src/components/Chat/Menus/Endpoints/ModelSelector.tsx b/client/src/components/Chat/Menus/Endpoints/ModelSelector.tsx index 78d356fc84..1a1463a414 100644 --- a/client/src/components/Chat/Menus/Endpoints/ModelSelector.tsx +++ b/client/src/components/Chat/Menus/Endpoints/ModelSelector.tsx @@ -52,7 +52,7 @@ function ModelSelectorContent() { const trigger = (