From 60574b6f1e23d6981c2c52a4d235d49dbdaa65d3 Mon Sep 17 00:00:00 2001 From: otsmr Date: Sat, 1 Feb 2025 00:33:47 +0100 Subject: [PATCH] update flame space --- 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 05f0d41..c73006b 100644 --- a/lib/src/views/chat_list_view.dart +++ b/lib/src/views/chat_list_view.dart @@ -185,7 +185,7 @@ class _UserListItem extends State { widget.user.flameCounter.toString(), style: TextStyle(fontSize: 12), ), - const SizedBox(width: 1), + const SizedBox(width: 3), FaIcon( FontAwesomeIcons.fireFlameCurved, color: const Color.fromARGB(255, 215, 131, 58),