chore: Follow up status feature

This commit is contained in:
krille-chan 2023-12-22 20:18:51 +01:00
commit 107374cf60
No known key found for this signature in database
5 changed files with 10 additions and 7 deletions

View file

@ -89,7 +89,7 @@ class Avatar extends StatelessWidget {
final dotColor = presence.presence.isOnline
? Colors.green
: presence.presence.isUnavailable
? Colors.red
? Colors.orange
: Colors.grey;
return Positioned(
bottom: -4,