chore: Follow up title spacing
This commit is contained in:
parent
05847c37f0
commit
74f57e2a31
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue