From 74f57e2a31742ca627e7ef2a33dcedb5b2be2b11 Mon Sep 17 00:00:00 2001 From: Krille Date: Tue, 4 Feb 2025 15:57:07 +0100 Subject: [PATCH] chore: Follow up title spacing --- lib/pages/chat/chat_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/chat/chat_view.dart b/lib/pages/chat/chat_view.dart index 57f0fcc94..ef7f52db7 100644 --- a/lib/pages/chat/chat_view.dart +++ b/lib/pages/chat/chat_view.dart @@ -203,7 +203,7 @@ class ChatView extends StatelessWidget { child: const Center(child: BackButton()), ), ), - titleSpacing: FluffyThemes.isColumnMode(context) ? 32 : 0, + titleSpacing: FluffyThemes.isColumnMode(context) ? 24 : 0, title: ChatAppBarTitle(controller), actions: _appBarActions(context), bottom: PreferredSize(