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