Звонки

This commit is contained in:
Халимов Рустам
2026-04-05 23:41:55 +03:00
parent e11240f78f
commit 65d5f5fee9
12 changed files with 400 additions and 228 deletions

View File

@@ -70,7 +70,7 @@ export function getInitials(name: string): string {
}
export function generateAvatarColor(_name: string): string {
return 'bg-gradient-to-br from-[#3096e5] to-[#1e6fb3]';
return 'bg-gradient-to-br from-primary to-primary-container';
}
// Waveform cache so we don't decode the same audio twice