Show badge in more places

♻️ Refactor account image
This commit is contained in:
2025-03-02 21:52:41 +08:00
parent 22fde6b400
commit 17e6b81f76
4 changed files with 60 additions and 25 deletions

View File

@ -117,7 +117,7 @@ class ChatMessage extends StatelessWidget {
Shadow(
offset: Offset(1, 1),
blurRadius: 5.0,
color: Color.fromARGB(150, 0, 0, 0),
color: Color.fromARGB(255, 0, 0, 0),
),
],
)