From 398bf102e977c4d63c465b6a7a3872ff3e12330a Mon Sep 17 00:00:00 2001 From: deyvisonwanderley Date: Sat, 6 Dec 2025 09:45:12 -0300 Subject: [PATCH] feat: add ChevronDown icon and update Phone and Video icons with text color for improved visibility in ChatWindow component --- apps/web/src/lib/components/chat/ChatWindow.svelte | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/web/src/lib/components/chat/ChatWindow.svelte b/apps/web/src/lib/components/chat/ChatWindow.svelte index 8f86be0..9fb05f3 100644 --- a/apps/web/src/lib/components/chat/ChatWindow.svelte +++ b/apps/web/src/lib/components/chat/ChatWindow.svelte @@ -24,7 +24,8 @@ Clock, XCircle, Phone, - Video + Video, + ChevronDown } from 'lucide-svelte'; //import { Bell, X, ArrowLeft, LogOut, MoreVertical, Users, Clock, XCircle } from 'lucide-svelte'; @@ -374,7 +375,7 @@ aria-label="Ligação de áudio" title="Iniciar ligação de áudio" > - +
    -