TypedAvatar.vue colored background

This commit is contained in:
Peter Papp
2021-08-31 09:52:22 +02:00
parent ac62a432fe
commit f44e262d6e
26 changed files with 115 additions and 524 deletions
@@ -14,6 +14,7 @@ class TeamInvitationResource extends JsonResource
'type' => 'invitation',
'attributes' => [
'email' => $this->email,
'color' => $this->color,
'status' => $this->status,
'permission' => $this->permission,
],