浏览代码

Increased height of ActionCell (#193)

LGTM!
Hari07 3 年之前
父节点
当前提交
7270c578e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/app_flowy/lib/workspace/presentation/widgets/pop_up_action.dart

+ 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;
 }