1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Merge pull request #3800 from appwrite/update-avatars-api

feat: update default avatars color
This commit is contained in:
Eldad A. Fux 2022-09-11 14:58:21 +03:00 committed by GitHub
commit 0124d2c121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -360,7 +360,7 @@ App::get('/v1/avatars/initials')
->action(function (string $name, int $width, int $height, string $background, Response $response, Document $user) {
$themes = [
['background' => '#F2F2F8'], // Default
['background' => '#FFA1CE'], // Default (Pink)
['background' => '#FDC584'], // Orange
['background' => '#94DBD1'], // Green
['background' => '#A1C4FF'], // Blue