1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

feat: update default avatars color

This commit is contained in:
Christy Jacob 2022-09-09 15:09:04 +04:00
parent 6d17d7f0f6
commit 98724c2acd

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