1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 16:25:17 +00:00

Use small add button

This commit is contained in:
2020-05-09 07:10:18 +02:00
parent fe17f81a40
commit 6cb9fd97e2
2 changed files with 10 additions and 3 deletions

View File

@ -38,6 +38,6 @@ class _OpenConversationButtonState extends State<OpenConversationButton> {
width: 300,
height: 500,
child: Card(
child: ConversationsListScreen(),
child: ConversationsListScreen(useSmallFAB: true),
));
}