From 2617d207a9552f6c7cc4cfe2fb68316e90638aac Mon Sep 17 00:00:00 2001 From: Nahiyan Khan Date: Mon, 27 Jan 2025 18:46:50 -0500 Subject: [PATCH] styles: lightened dark mode borders (#822) --- ui/desktop/src/components/GooseMessage.tsx | 2 +- ui/desktop/src/components/ToolInvocations.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/desktop/src/components/GooseMessage.tsx b/ui/desktop/src/components/GooseMessage.tsx index 5195b48e..e44a0e65 100644 --- a/ui/desktop/src/components/GooseMessage.tsx +++ b/ui/desktop/src/components/GooseMessage.tsx @@ -34,7 +34,7 @@ export default function GooseMessage({ message, metadata, messages, append }: Go )} {message.toolInvocations && ( -
+
)} diff --git a/ui/desktop/src/components/ToolInvocations.tsx b/ui/desktop/src/components/ToolInvocations.tsx index 6498349d..a0221baf 100644 --- a/ui/desktop/src/components/ToolInvocations.tsx +++ b/ui/desktop/src/components/ToolInvocations.tsx @@ -53,7 +53,7 @@ function ToolCall({ call }: ToolCallProps) { {call.args && } -
+
); }