From cae05bcf5e1c10fd1c9cdb08570e4b91e941be83 Mon Sep 17 00:00:00 2001 From: WanQuanXie Date: Tue, 28 May 2024 10:50:54 +0800 Subject: [PATCH] update(ui): input action panel background adapt to light mode --- ui/components/MessageInputActions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/MessageInputActions.tsx b/ui/components/MessageInputActions.tsx index d8de11a..ec19a8b 100644 --- a/ui/components/MessageInputActions.tsx +++ b/ui/components/MessageInputActions.tsx @@ -109,7 +109,7 @@ export const Focus = ({ leaveTo="opacity-0 translate-y-1" > -
+
{focusModes.map((mode, i) => ( setFocusMode(mode.key)}