Ajustes gerais #57

Merged
deyvisonwanderley merged 49 commits from ajustes_gerais into master 2025-12-09 18:13:50 +00:00
236 changed files with 39962 additions and 29590 deletions
Showing only changes of commit 398bf102e9 - Show all commits

View File

@@ -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"