Przeglądaj źródła

fix: Shortcut settings Reset to default is missing bottom margin #3710 (#3715)

Muhammad Saad Tanveer 1 rok temu
rodzic
commit
3647af44c9

+ 2 - 1
frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_customize_shortcuts_view.dart

@@ -93,7 +93,8 @@ class ShortcutsListView extends StatelessWidget {
               },
             ),
           ],
-        )
+        ),
+        const VSpace(10),
       ],
     );
   }