From 7270c578e9e146971ff4e7ff6748a7fd96c59cc1 Mon Sep 17 00:00:00 2001 From: Hari07 Date: Thu, 23 Dec 2021 09:11:19 +0530 Subject: [PATCH] Increased height of ActionCell (#193) LGTM! --- .../lib/workspace/presentation/widgets/pop_up_action.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app_flowy/lib/workspace/presentation/widgets/pop_up_action.dart b/frontend/app_flowy/lib/workspace/presentation/widgets/pop_up_action.dart index 4410237941..61caa84c2f 100644 --- a/frontend/app_flowy/lib/workspace/presentation/widgets/pop_up_action.dart +++ b/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; }