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,
|
Clock,
|
||||||
XCircle,
|
XCircle,
|
||||||
Phone,
|
Phone,
|
||||||
Video
|
Video,
|
||||||
|
ChevronDown
|
||||||
} from 'lucide-svelte';
|
} from 'lucide-svelte';
|
||||||
|
|
||||||
//import { Bell, X, ArrowLeft, LogOut, MoreVertical, Users, Clock, XCircle } 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"
|
aria-label="Ligação de áudio"
|
||||||
title="Iniciar 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>
|
</button>
|
||||||
<ul
|
<ul
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
@@ -420,7 +421,7 @@
|
|||||||
aria-label="Ligação de vídeo"
|
aria-label="Ligação de vídeo"
|
||||||
title="Iniciar 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>
|
</button>
|
||||||
<ul
|
<ul
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
|
|||||||
Reference in New Issue
Block a user