Звонки
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user