Explorar o código

Increased height of ActionCell (#193)

LGTM!
Hari07 %!s(int64=3) %!d(string=hai) anos
pai
achega
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;
 }