Browse Source

remove divider below memories

ashilkn 1 year ago
parent
commit
07fa8cd235
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/ui/home/memories/memories_widget.dart

+ 1 - 1
lib/ui/home/memories/memories_widget.dart

@@ -80,7 +80,7 @@ class _MemoriesWidgetState extends State<MemoriesWidget> {
                 height: 12,
               ),
               _buildMemories(snapshot.data!),
-              const Divider(),
+              const SizedBox(height: 10),
             ],
           );
         }