From b4015dd678e3f69b59aa7f04f7434b3084600af8 Mon Sep 17 00:00:00 2001 From: otsmr Date: Sat, 1 Feb 2025 00:33:22 +0100 Subject: [PATCH] update flame color --- lib/src/views/chat_list_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/views/chat_list_view.dart b/lib/src/views/chat_list_view.dart index d0d5cb4..05f0d41 100644 --- a/lib/src/views/chat_list_view.dart +++ b/lib/src/views/chat_list_view.dart @@ -188,7 +188,7 @@ class _UserListItem extends State { const SizedBox(width: 1), FaIcon( FontAwesomeIcons.fireFlameCurved, - color: const Color.fromARGB(255, 215, 73, 58), + color: const Color.fromARGB(255, 215, 131, 58), size: 10, ), ],