Browse Source

Increased height of ActionCell (#193)

LGTM!
Hari07 3 năm trước cách đây
mục cha
commit
7270c578e9

+ 1 - 1
frontend/app_flowy/lib/workspace/presentation/widgets/pop_up_action.dart

@@ -65,7 +65,7 @@ abstract class ActionItem {
 
 class ActionListSizes {
   static double itemHPadding = 10;
-  static double itemHeight = 16;
+  static double itemHeight = 20;
   static double padding = 6;
 }