feat: add ChevronDown icon and update Phone and Video icons with text color for improved visibility in ChatWindow component
This commit is contained in:
@@ -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"
|
||||
>
|
||||
<Phone class="h-5 w-5" strokeWidth={2} />
|
||||
<Phone class="h-5 w-5 text-white" strokeWidth={2} />
|
||||
</button>
|
||||
<ul
|
||||
tabindex="0"
|
||||
@@ -420,7 +421,7 @@
|
||||
aria-label="Ligação de vídeo"
|
||||
title="Iniciar ligação de vídeo"
|
||||
>
|
||||
<Video class="h-5 w-5" strokeWidth={2} />
|
||||
<Video class="h-5 w-5 text-white" strokeWidth={2} />
|
||||
</button>
|
||||
<ul
|
||||
tabindex="0"
|
||||
|
||||
Reference in New Issue
Block a user